コード例 #1
0
ファイル: GameWorld.cs プロジェクト: kunlakan/LearningGames
 public bool gameOver()
 {
     return(!hero.isAlive());
 }