This commit is contained in:
syuilo
2024-01-29 20:35:25 +09:00
parent d427d24ca4
commit 547b74c9b2
4 changed files with 38 additions and 11 deletions

View File

@@ -226,6 +226,12 @@ export interface MahjongRoomEventTypes {
callee: Mahjong.Common.House;
tile: Mahjong.Common.Tile;
};
kanned: {
caller: Mahjong.Common.House;
callee: Mahjong.Common.House;
tile: Mahjong.Common.Tile;
rinsyan: Mahjong.Common.Tile;
};
ronned: {
};
hora: {