derotate gemini (#24728)

* Delete Resources/Maps/gemini.yml

* Delete Resources/Prototypes/Maps/gemini.yml

* Update default.yml

* Update PostMapInitTest.cs

* Update MapLoadBenchmark.cs
This commit is contained in:
Emisse
2024-01-30 03:54:54 -07:00
committed by GitHub
parent a0d2a2ffe6
commit 101b4ff364
5 changed files with 1 additions and 175601 deletions

View File

@@ -46,7 +46,7 @@ public class MapLoadBenchmark
PoolManager.Shutdown();
}
public static readonly string[] MapsSource = { "Empty", "Box", "Bagel", "Dev", "CentComm", "Atlas", "Core", "TestTeg", "Saltern", "Packed", "Omega", "Cluster", "Gemini", "Reach", "Origin", "Meta", "Marathon", "Europa", "MeteorArena", "Fland", "Barratry" };
public static readonly string[] MapsSource = { "Empty", "Box", "Bagel", "Dev", "CentComm", "Atlas", "Core", "TestTeg", "Saltern", "Packed", "Omega", "Cluster", "Reach", "Origin", "Meta", "Marathon", "Europa", "MeteorArena", "Fland", "Barratry" };
[ParamsSource(nameof(MapsSource))]
public string Map;