ClubRobotArrangeConfig.lua 237 B

123456789101112131415161718
  1. local root = {
  2. {
  3. id = 1,
  4. type = 1,
  5. uid = 99000044
  6. },
  7. {
  8. id = 2,
  9. type = 2,
  10. uid = 99000049
  11. },
  12. {
  13. id = 3,
  14. type = 2,
  15. uid = 99000050
  16. }
  17. }
  18. return root