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