示例#1
0
文件: Hero.cs 项目: Dimidril/1410b
 //Добавление патронов
 public void AddBullets(int count)
 {
     gun.AddBul(count);
 }