Esempio n. 1
0
 //Добавление патронов
 public void AddBullets(int count)
 {
     gun.AddBul(count);
 }