VREventNotifier.cs 168 B

1234567891011
  1. using System;
  2. using UnityEngine;
  3. public class VREventNotifier : MonoBehaviour
  4. {
  5. protected virtual void Start()
  6. {
  7. }
  8. public static VREventNotifier m_clSingle;
  9. }