Exemplo n.º 1
0
 protected virtual void OnEnable()
 {
     if (isGlobal)
     {
         global = this;
     }
 }
Exemplo n.º 2
0
 protected virtual void OnDisable()
 {
     if (global == this)
     {
         global = null;
     }
 }