unity-atoms/Packages/SceneMgmt/Runtime/UnityEvents/SceneFieldSceneFieldUnityEvent.cs

9 lines
191 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 SceneFieldSceneFieldUnityEvent : UnityEvent<SceneField, SceneField> { }
}