init
This commit is contained in:
7
lui/luitighttext.dec.lua
Normal file
7
lui/luitighttext.dec.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
LUI.UITightText = {}
|
||||
LUI.UITightText.new = function ( f1_arg0 )
|
||||
local self = LUI.UIText.new( f1_arg0 )
|
||||
self:setupUITightText()
|
||||
return self
|
||||
end
|
||||
|
Reference in New Issue
Block a user