mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-04-29 09:35:48 +00:00
7 lines
141 B
Lua
7 lines
141 B
Lua
-- abilityRequest
|
|
function OnClientExecuteReq(context, param1, param2, param3)
|
|
ScriptLib.SetGadgetState(context, GadgetState.Default)
|
|
end
|
|
|
|
|