unity-atoms/Packages/SceneMgmt/Runtime/Actions/SceneFieldSceneFieldAction.cs
2019-10-15 22:39:20 +02:00

10 lines
330 B
C#

using UnityAtoms.SceneMgmt;
namespace UnityAtoms.SceneMgmt
{
/// <summary>
/// Action x 2 of type `SceneField`. Inherits from `AtomAction&lt;SceneField, SceneField&gt;`.
/// </summary>
[EditorIcon("atom-icon-purple")]
public abstract class SceneFieldSceneFieldAction : AtomAction<SceneField, SceneField> { }
}