wip
This commit is contained in:
@@ -195,6 +195,10 @@ export interface ReversiGameEventTypes {
|
||||
}
|
||||
|
||||
export interface MahjongRoomEventTypes {
|
||||
joined: {
|
||||
index: number;
|
||||
user: Packed<'UserLite'>;
|
||||
};
|
||||
changeReadyStates: {
|
||||
user1: boolean;
|
||||
user2: boolean;
|
||||
|
Reference in New Issue
Block a user