Ejemplo n.º 1
0
 //Удаление выстрела
 public void RemoveShot(Shot shot)
 {
     listBang.Add(new Bang(shot.position));
     listShot.Remove(shot);
 }