lucid-super-dream/Assets/Utils/IntEvent.cs

5 lines
98 B
C#
Raw Normal View History

2021-01-05 13:10:20 +01:00
using System;
using UnityEngine.Events;
[Serializable] public class IntEvent : UnityEvent<int>
{}