unity-atoms/Packages/SceneMgmt/Runtime/Events/SceneFieldSceneFieldEvent.cs
2019-10-14 16:51:54 +02:00

9 lines
292 B
C#

using UnityEngine;
namespace UnityAtoms.SceneMgmt
{
[EditorIcon("atom-icon-cherry")]
[CreateAssetMenu(menuName = "Unity Atoms/Events/SceneField x 2", fileName = "SceneFieldSceneFieldEvent")]
public sealed class SceneFieldSceneFieldEvent : AtomEvent<SceneField, SceneField> { }
}