using System; using UnityEngine.Events; namespace Railek.Unibase { [Serializable] public sealed class IntUnityEvent : UnityEvent { } }