mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 22:42:27 +08:00
10 lines
235 B
Go
10 lines
235 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 |