using UnityEngine.Events; namespace VRBeats.Events { [System.Serializable] public class OnIntValueChange : UnityEvent { } }