refactor(es_extended): Add Annotations To ESX.SecureNetEvent()

This commit is contained in:
Meyndflay
2025-06-18 18:47:46 +08:00
parent 13c6bdc61c
commit 2cdf9f6043
@@ -585,6 +585,7 @@ ESX.SecureNetEvent('esx:updatePlayerData', function(key, val)
ESX.SetPlayerData(key, val)
end)
---@param command string
ESX.SecureNetEvent("esx:executeCommand", function(command)
ExecuteCommand(command)
end)