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
/
moba_game
/
lastwar
/
game.lastwarHandler.c_attack.ts
15 lines
(14 loc)
•
253 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** * 攻击 */
export
interface
game_lastwarHandler_c_attack_Req
{
/** * 押注选择 *
@TJS
-type sInt32 */
index: number }
// export interface game_pokqznnHandler_c_robBanker_Res {
// error: ERROR;
// data?: any;
// }