8 lines
147 B
Lua
8 lines
147 B
Lua
LUI.UITightText = {}
|
|
LUI.UITightText.new = function ( f1_arg0 )
|
|
local self = LUI.UIText.new( f1_arg0 )
|
|
self:setupUITightText()
|
|
return self
|
|
end
|
|
|