5 lines
222 B
Plaintext
5 lines
222 B
Plaintext
function _Dps_SetEquipmentUnlockTime_Main_()
|
|
{
|
|
local Config = GlobalConfig.Get("设置装备解锁时间_Lenheart.json");
|
|
GameManager.SetItemLockTime(Config["设置装备解锁需要的冷却时间_单位秒"]);
|
|
} |