Beispiel #1
0
 public void RemovePlayerShot(Shot shot)
 {
     playerShots.Remove(shot);
 }
Beispiel #2
0
 public void RemoveEnemyShot(Shot shot)
 {
     enemyShots.Remove(shot);
 }