mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 18:22:26 +08:00
6 lines
210 B
Go
6 lines
210 B
Go
-- abilityRequest
|
|
function OnClientExecuteReq(context, param1, param2, param3)
|
|
ScriptLib.PrintLog("##param1="..param1)
|
|
-- 获取机关当前状态
|
|
ScriptLib.SetGadgetState(context, GadgetState.GearStart)
|
|
end |