unity-atoms/Packages/SceneMgmt/Runtime/Events/SceneFieldSceneFieldEvent.cs
2019-10-02 17:49:06 +02:00

9 lines
289 B
C#

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