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

13 lines
260 B

  1. --[[
  2. --物品相关
  3. ]]
  4. Config = Config or {}
  5. Config.GoodsRelative = Config.GoodsRelative or {}
  6. --不弹物品使用框
  7. Config.GoodsRelative.TypeList = {
  8. [36040004] = true,
  9. [1011000003] = true,
  10. [37020001] = true,
  11. [37020002] = true,
  12. [37020003] = true,
  13. }