2018-11-13 19:48:17 +01:00

7 lines
155 B
C#

using UnityEngine;
namespace UnityAtoms
{
[CreateAssetMenu(menuName = "Unity Atoms/Game Events/Int")]
public class IntEvent : GameEvent<int> { }
}