using System; using UnityEngine.Events; namespace UnityAtoms.SceneMgmt { [Serializable] public sealed class SceneFieldUnityEvent : UnityEvent { } }