9 lines
169 B
C#
Raw Normal View History

2019-10-01 23:45:42 +02:00
using System;
using UnityEngine.Events;
namespace UnityAtoms.SceneMgmt
{
[Serializable]
public sealed class SceneFieldUnityEvent : UnityEvent<SceneField> { }
}