Refactor: Split config into Config and ServerConfig

This commit is contained in:
evanpelle
2024-12-25 14:04:19 -08:00
parent 111775a3f4
commit 57cbf5c55e
16 changed files with 101 additions and 79 deletions
-1
View File
@@ -314,7 +314,6 @@ export interface Game {
addExecution(...exec: Execution[]): void
nations(): Nation[]
config(): Config
gameConfig(): GameConfig
displayMessage(message: string, type: MessageType, playerID: PlayerID | null): void
units(...types: UnitType[]): Unit[]
unitInfo(type: UnitType): UnitInfo