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.

19 lines
319 B

  1. local CoinCmd = {
  2. --[[/**
  3. * 金币场请求进入
  4. * <pre>
  5. * 推送: {@code EnterCoinRequest}
  6. * </pre>
  7. */--]]
  8. Enter_Coin_Room_Request = 0x0113,
  9. --[[/**
  10. * 金币场请求进入结果
  11. * <pre>
  12. * 推送: {@code EnterCoinResponse}
  13. * </pre>
  14. */--]]
  15. Enter_Coin_Room_Response = 0x0112
  16. }
  17. return CoinCmd