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