- local CoinCmd = {
- --[[/**
- * 金币场请求进入
- * <pre>
- * 推送: {@code EnterCoinRequest}
- * </pre>
- */--]]
- Enter_Coin_Room_Request = 0x0113,
- --[[/**
- * 金币场请求进入结果
- * <pre>
- * 推送: {@code EnterCoinResponse}
- * </pre>
- */--]]
- Enter_Coin_Room_Response = 0x0112
- }
-
- return CoinCmd
|