unity-atoms/Packages/SceneMgmt/Runtime/UnityEvents/SceneFieldSceneFieldUnityEvent.cs
2019-10-01 23:45:42 +02:00

9 lines
191 B
C#

using System;
using UnityEngine.Events;
namespace UnityAtoms.SceneMgmt
{
[Serializable]
public sealed class SceneFieldSceneFieldUnityEvent : UnityEvent<SceneField, SceneField> { }
}