Duwibi
2025-03-24 15:44:57 -07:00
committed by GitHub
parent 6a82b8eefc
commit ab44751b08
11 changed files with 65 additions and 0 deletions
+1
View File
@@ -37,6 +37,7 @@ const MAP_FILE_NAMES: Record<GameMapType, string> = {
[GameMapType.Britannia]: "Britannia",
[GameMapType.GatewayToTheAtlantic]: "GatewayToTheAtlantic",
[GameMapType.Australia]: "Australia",
[GameMapType.Iceland]: "Iceland",
};
class GameMapLoader {