예제 #1
0
파일: Mushroom.cs 프로젝트: Leiraner/Test
 public void DamagePlayer(int damage)
 {
     player.GettingDamage(damage);
 }