Merge branch 'main' into feature/nation-deception-boundary-parity

This commit is contained in:
2026-07-26 10:13:52 +00:00
16 changed files with 1314 additions and 27 deletions
+2
View File
@@ -34,6 +34,8 @@ export interface DatabaseClient {
inheritanceUserState: GamePrisma.InheritanceUserStateDelegate;
boardPost: GamePrisma.BoardPostDelegate;
boardComment: GamePrisma.BoardCommentDelegate;
votePoll: GamePrisma.VotePollDelegate;
vote: GamePrisma.VoteDelegate;
inputEvent: GamePrisma.InputEventDelegate;
turnDaemonLease: GamePrisma.TurnDaemonLeaseDelegate;
}