add gs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
--[[
|
||||
A function to return a fake ID, used for testing
|
||||
]]
|
||||
|
||||
local lastId = 0
|
||||
|
||||
return function()
|
||||
lastId = lastId + 1
|
||||
return ("MOCK-%d"):format(lastId)
|
||||
end
|
||||
Reference in New Issue
Block a user