mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-07 06:36:01 +00:00
update
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user