You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- local CoinCmd = {
- --[[/**
- * 金币场请求进入
- * <pre>
- * 推送: {@code EnterCoinRequest}
- * </pre>
- */--]]
- Enter_Coin_Room_Request = 0x0113,
- --[[/**
- * 金币场请求进入结果
- * <pre>
- * 推送: {@code EnterCoinResponse}
- * </pre>
- */--]]
- Enter_Coin_Room_Response = 0x0112
- }
-
- return CoinCmd
|