Update Maps.ts

This commit is contained in:
SunnyBoyWTF
2025-02-20 08:47:49 -05:00
committed by GitHub
parent d581f14f28
commit e6814188d2
+1
View File
@@ -12,6 +12,7 @@ export const MapDescription: Record<keyof typeof GameMapType, string> = {
Oceania: "Oceania",
BlackSea: "Black Sea",
Africa: "Africa",
Asia: "Asia",
};
@customElement("map-display")