mirror of
https://github.com/edubart/otclient.git
synced 2025-10-22 23:35:54 +02:00
save window position and size
This commit is contained in:
@@ -2,6 +2,7 @@ local eventId = 0
|
||||
local eventList = {}
|
||||
|
||||
function scheduleEvent(func, delay)
|
||||
if not func then return end
|
||||
eventId = eventId + 1
|
||||
local id = eventId
|
||||
local function proxyFunc()
|
||||
|
Reference in New Issue
Block a user