Exemplo n.º 1
0
 void Awake()
 {
     _instance          = this;
     timer              = 0;
     _keyboardEffect    = false;
     _isFigerTipShow    = false;
     _isKeyboardTipShow = false;
 }
Exemplo n.º 2
0
 void OnDestroy()
 {
     _instance = null;
 }