init
This commit is contained in:
13
lui/luilitimage.dec.lua
Normal file
13
lui/luilitimage.dec.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
LUI.UILitImage = InheritFrom( LUI.UIElement )
|
||||
LUI.UILitImage.build = function ( f1_arg0, f1_arg1 )
|
||||
return LUI.UILitImage.new()
|
||||
end
|
||||
|
||||
LUI.UILitImage.new = function ( f2_arg0 )
|
||||
local self = LUI.UIElement.new( f2_arg0 )
|
||||
self:setClass( LUI.UILitImage )
|
||||
self:setupUILitImage()
|
||||
return self
|
||||
end
|
||||
|
||||
LUI.UILitImage.id = "LUILitImage"
|
Reference in New Issue
Block a user