This commit is contained in:
Ryan Barlow
2026-01-29 21:47:15 +00:00
parent 0803b71e81
commit d453ebf2e1
4 changed files with 15 additions and 10 deletions
+2 -2
View File
@@ -46,10 +46,10 @@ export class TestServerConfig implements ServerConfig {
turnIntervalMs(): number {
throw new Error("Method not implemented.");
}
ticksPerSecond(): number {
spawnPhaseTicks(gameType: GameType): number {
throw new Error("Method not implemented.");
}
spawnPhaseTicks(gameType: GameType): number {
spawnPhaseSeconds(gameType: GameType): number {
throw new Error("Method not implemented.");
}
gameCreationRate(): number {