public Vector2 GetNewSpawnPosition(List <Vector2> playerPositions) { return(_tileMap.GetNewSpawnPosition(playerPositions)); }