Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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