Ejemplo n.º 1
0
 private void Awake()
 {
     ins = this;
 }
Ejemplo n.º 2
0
 void OnDestroy()
 {
     BolNetworkReceiving.SelfDestruction();
     ins = null;
 }