mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-26 18:08:27 -05:00
8 lines
255 B
C#
8 lines
255 B
C#
using UnityEngine;
|
|
|
|
namespace UnityAtoms.SceneMgmt
|
|
{
|
|
[CreateAssetMenu(menuName = "Unity Atoms/Events/SceneField x 2", fileName = "SceneFieldSceneFieldEvent")]
|
|
public sealed class SceneFieldSceneFieldEvent : AtomEvent<SceneField, SceneField> { }
|
|
}
|