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