public void RemoveEnemyShots(Shot shot) { enemyShots.Remove(shot); }
public void RemovePlayerShot(Shot shot) { playerShots.Remove(shot); }