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