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

8 lines
168 B
C#

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