This commit is contained in:
aixianling
2024-12-16 13:51:31 +08:00
commit 00ee9dd8ea
1884 changed files with 817815 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
--[[某些特殊物品在使用前的一些处理
--如指定时间(春节)后才可以使用
样例:
[1561] = { startDt = 98496031}, --指定时间后才能使用 13年2月14日0点
[1562] = { startDt = 98496031},
[1563] = { startDt = 98496031},
]]
PreUseItemConfig =
{
}