コード例 #1
0
 public void CheckHealth()
 {
     if (Program.map.Girl.health <= 0)
     {
         StateSystem.EndGame();
     }
 }