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