Ejemplo n.º 1
0
 public Vector2 GetNewSpawnPosition(List <Vector2> playerPositions)
 {
     return(_tileMap.GetNewSpawnPosition(playerPositions));
 }