예제 #1
0
 public void Defeat()
 {
     _PcurrHealth = _PmaxHealth;
     DisplayHealth();
     _canvasRef.ResetGame();
 }