📊 Add scoreboard and played time.

This commit is contained in:
2025-12-10 16:48:53 +01:00
parent 549c504712
commit cfa902a343
11 changed files with 126 additions and 32 deletions

View File

@@ -1,3 +1,4 @@
import { GameplayEvents } from "shared/networking";
import { GameplayEvents, ProfileEvents } from "shared/networking";
export const GameplayServerEvents = GameplayEvents.createServer({});
export const ProfileServerEvents = ProfileEvents.createServer({});