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