예제 #1
0
파일: Hero.cs 프로젝트: Dimidril/1410b
 //Добавление патронов
 public void AddBullets(int count)
 {
     gun.AddBul(count);
 }