mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-16 06:43:24 +00:00
heartbeat
This commit is contained in:
@@ -4,6 +4,12 @@ import { GameMapType } from "../../src/core/game/Game";
|
||||
import { GameID } from "../../src/core/Schemas";
|
||||
|
||||
export class TestServerConfig implements ServerConfig {
|
||||
masterAddress(): string {
|
||||
throw new Error("Method not implemented.");
|
||||
}
|
||||
workerAddress(workerId: number): string {
|
||||
throw new Error("Method not implemented.");
|
||||
}
|
||||
domain(): string {
|
||||
throw new Error("Method not implemented.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user