Skip to content

Commit

Permalink
update server/src/types/rooms.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Jan 15, 2025
1 parent 01723a5 commit 726e0e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/types/rooms.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export interface Room {
players: Player[];
owner: string;
time: number;
public: boolean;
state: "waiting" | "in_game" | "finished";
}

Expand Down

0 comments on commit 726e0e5

Please sign in to comment.