源战役客户端
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.

22 line
424 B

  1. MarketConst = MarketConst or {
  2. TabId = {
  3. BuyHall = 1,
  4. Focus = 2,
  5. SalesHall = 3,
  6. Record = 4,
  7. Attention = 5,
  8. },
  9. Career = {
  10. [1] = {id = 1, name = "剑士武器"},
  11. [2] = {id = 3, name = "灵师武器"},
  12. },
  13. Sex = {
  14. [1] = {id = 1, name = "男性防具"},
  15. [2] = {id = 2, name = "女性防具"},
  16. },
  17. FliterType = {
  18. Weapon = 1,--武器
  19. Armor = 2,--防具
  20. Other = 3,--其他类别
  21. Hot = 4,--热卖
  22. }
  23. }