您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
--[[
|
|
--物品相关
|
|
]]
|
|
Config = Config or {}
|
|
Config.GoodsRelative = Config.GoodsRelative or {}
|
|
|
|
--不弹物品使用框
|
|
Config.GoodsRelative.TypeList = {
|
|
[36040004] = true,
|
|
[1011000003] = true,
|
|
[37020001] = true,
|
|
[37020002] = true,
|
|
[37020003] = true,
|
|
}
|