Exemplo n.º 1
0
 public override void OnDie()
 {
     base.OnDie();
     SpawnManager.Restore(this);
 }
Exemplo n.º 2
0
 protected virtual void OnDetach()
 {
     attachedPlayer = null;
     SpawnManager.Restore(this);
 }