This commit is contained in:
syuilo
2024-01-29 10:46:23 +09:00
parent 0111b8736a
commit dad8430040
11 changed files with 880 additions and 775 deletions

View File

@@ -195,6 +195,10 @@ export interface ReversiGameEventTypes {
}
export interface MahjongRoomEventTypes {
joined: {
index: number;
user: Packed<'UserLite'>;
};
changeReadyStates: {
user1: boolean;
user2: boolean;