mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
logout works
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
function Game.createMainInterface()
|
||||
gameUi = loadUI('/game/ui/gameinterface.otui', UI.root)
|
||||
end
|
||||
end
|
||||
|
||||
function Game.onLogin()
|
||||
|
||||
end
|
||||
|
||||
function Game.onLogout()
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user