Esempio n. 1
0
 // 死亡チェック
 public bool IsDeath()
 {
     return(model.CheckDeath());
 }