Example #1
0
 private void OnEnable()
 {
     This = (GlobalDispatchTimer)target;
 }
 private void Start()
 {
     gdt = GlobalDispatchTimer.Instance;
 }