Exemple #1
0
 public void KillPlayer()
 {
     comboSystem.PlayerDead();
     playerCount.RemovePlayerInputManager(playerCount.playerInputManagers[playerCombat.playerIndex]);
     playerCombat.gameObject.SetActive(false);
     gameObject.SetActive(false);
 }