Exemplo n.º 1
0
 public override void OnSCDestroy()
 {
     base.OnSCDestroy();
     pointerBase = null;
 }
Exemplo n.º 2
0
        public override void OnSCLateUpdate()
        {
            base.OnSCLateUpdate();

            currentPointer = pointerBase;
        }