源战役客户端
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

20 linhas
460 B

  1. Config = Config or {}
  2. Config.ConfigCustomHeadPath = Config.ConfigCustomHeadPath or {
  3. -- [1] = {icon = 1100},
  4. -- [2] = {icon = 1101},
  5. -- [3] = {icon = 1102},
  6. -- [4] = {icon = 1103},
  7. -- [5] = {icon = 1104},
  8. }
  9. ---------规定职业的以1 开头 技能以2开头
  10. Config.ConfigCustomHeadPath.Career = {
  11. [1] = {icon = 1100},
  12. [2] = {icon = 1101}
  13. }
  14. Config.ConfigCustomHeadPath.Skill = {
  15. [1] = {icon = 1102},
  16. [2] = {icon = 1103},
  17. }