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