feat: API is now functional ingame

This commit is contained in:
ForestOfLight
2026-06-03 23:46:32 +02:00
Unverified
parent 630d5e0950
commit 059d7b5c03
7 changed files with 69 additions and 41 deletions
@@ -19,6 +19,7 @@ export class Builders {
const builder = Builders.builders[id];
if (builder === void 0)
throw new BuilderNotFoundError(id);
return builder;
}
static onJoin(playerId) {