mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-07 06:42:26 +08:00
31 lines
937 B
Go
31 lines
937 B
Go
function SetToysCD_MD_Success(context)
|
|
return ScriptLib.SetWidgetClientDetectorCoolDown(context, 220009, true)
|
|
end
|
|
|
|
function SetToysCD_MD_Fail(context)
|
|
return ScriptLib.SetWidgetClientDetectorCoolDown(context, 220009, false)
|
|
end
|
|
|
|
function SetToysCD_LY_Success(context)
|
|
return ScriptLib.SetWidgetClientDetectorCoolDown(context, 220003, true)
|
|
end
|
|
|
|
function SetToysCD_LY_Fail(context)
|
|
return ScriptLib.SetWidgetClientDetectorCoolDown(context, 220003, false)
|
|
end
|
|
|
|
function SetToysCD_DQ_Success(context)
|
|
return ScriptLib.SetWidgetClientDetectorCoolDown(context, 220034, true)
|
|
end
|
|
|
|
function SetToysCD_DQ_Fail(context)
|
|
return ScriptLib.SetWidgetClientDetectorCoolDown(context, 220034, false)
|
|
end
|
|
|
|
function SetToysCD_XM_Success(context)
|
|
return ScriptLib.SetWidgetClientDetectorCoolDown(context, 220058, true)
|
|
end
|
|
|
|
function SetToysCD_XM_Fail(context)
|
|
return ScriptLib.SetWidgetClientDetectorCoolDown(context, 220058, false)
|
|
end |