コード例 #1
0
 public void Revive()
 {
     HasRevived = true;
     _input.Enable();
     _collisionComponent.Enable();
     _playerAnimationComponent.Jump();
     OnRevive();
 }