mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 17:02:26 +08:00
9 lines
233 B
Go
9 lines
233 B
Go
function OnClientExecuteReq(context, param1, param2, param3)
|
|
if param1 == 0 then
|
|
ScriptLib.SetGadgetState(context, GadgetState.Default)
|
|
end
|
|
|
|
if param1 == 1 then
|
|
ScriptLib.SetGadgetState(context, GadgetState.GearStart)
|
|
end
|
|
end |