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

8 lines
185 B

  1. Config = Config or {}
  2. Config.ConfigBeast = {}
  3. --标签
  4. Config.ConfigBeast.MainTab = {
  5. [1] = {index = 1, sort = 1, name = "幻兽",},
  6. [2] = {index = 2, sort = 2, name = "强化",},
  7. }