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