using System; using UnityEngine; public class VREventNotifier : MonoBehaviour { protected virtual void Start() { } public static VREventNotifier m_clSingle; }