UNPKG
omelop-gen-route
Version:
latest (3.1.14)
3.1.14
3.1.12
3.1.11
2.1.6
2.1.5
2.1.1
2.0.15
解析 ts 的interface 到 omelox-protobuf用的 json格式。
gitee.com/fw-assets/omelop
omelop-gen-route
/
shared
/
protocols
/
ws
/
chess_game
/
pokqznn
/
game.pokqznnHandler.s_showCard.ts
17 lines
(16 loc)
•
313 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export interface ProtoShowCardInfo {
/** 座位号 */
seatId: number;
/** 手牌 */
handCards: number[];
/** 选牌 */
selectCards: number[];
/** 牌型 */
pattern
: number; }
/** * 亮牌 */
export interface game_pokqznnHandler_s_showCard { cardInfos: ProtoShowCardInfo[]; }