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