mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 23:26:51 +01: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