您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

19 行
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