mirror of
https://github.com/edubart/otclient.git
synced 2025-12-13 12:29:46 +01:00
Some fixes for class names and queue (added base class).
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
if not UIWindow then dofile 'uiwindow' end
|
||||
|
||||
-- @docclass
|
||||
UIMessageBox = extends(UIWindow)
|
||||
UIMessageBox = extends(UIWindow, "UIMessageBox")
|
||||
|
||||
-- messagebox cannot be created from otui files
|
||||
UIMessageBox.create = nil
|
||||
|
||||
Reference in New Issue
Block a user