示例#1
0
文件: Mushroom.cs 项目: Leiraner/Test
 public void DamagePlayer(int damage)
 {
     player.GettingDamage(damage);
 }