ChatConfig.lua 195 B

12345678910
  1. local root = {
  2. {
  3. sConfigId = 1001,
  4. openList = {1,2},
  5. openLimit = {{3,3}},
  6. channelList = {1,3,4},
  7. clientConfigId = {{1,101},{2,102}}
  8. }
  9. }
  10. return root