コード例 #1
0
 public void Eat(Zombie brain)
 {
     brain.TakeDamage(25.0f);
     playerHP += 25.0f;
 }