chore: update information

This commit is contained in:
Linden
2021-11-11 18:23:07 +11:00
parent 2426a768a4
commit a1d3dd31a3
3 changed files with 8 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
local ServerCallbacks = {}
---@param event string
---@param delay number prevent the event from being called for the given time
local function CallbackTimer(event, delay)
if type(delay) == 'number' then
local time = GetGameTimer()