using System;
using UnityEngine.Events;
using UnityAtoms.SceneMgmt;
namespace UnityAtoms.SceneMgmt
{
///
/// None generic Unity Event of type `SceneField`. Inherits from `UnityEvent<SceneField>`.
///
[Serializable]
public sealed class SceneFieldUnityEvent : UnityEvent { }
}