예제 #1
0
 public void DecreaseEnemyHealth(int hp = 1)
 {
     GameStats.DecreaseEnemyHealth(hp);
     uI_Control.RenewEnemyUI();
 }