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