heartbeat

This commit is contained in:
evanpelle
2025-06-05 09:20:08 -07:00
parent b249b364a0
commit f81fc9a0d7
14 changed files with 372 additions and 131 deletions
+6
View File
@@ -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.");
}