void OnDisable()
 {
     DirectorGuy.UnregisterSelf(this);
     Commander.UnregisterActor(this, 0);
     Commander.UnregisterActor(this, 1);
     Commander.UnregisterActor(this, 2);
 }
Ejemplo n.º 2
0
 void OnDisable()
 {
     DirectorGuy.UnregisterSelf(this);
 }