using System; using UnityEngine; public class VREventTriggerLook : VREventTrigger { protected override void Start() { } public override void OnEvnetCountDownEnter(GameObject f_goSrc) { } public override void OnEventCountDownExit(GameObject f_goSrc) { } }