1.4.118 Initial commit
- Added/updated skill gems and bases - Fixed curse stats with wrong sign - Fixed wrong sources on quality mods
This commit is contained in:
@@ -3,10 +3,8 @@
|
||||
-- Class: Section Control
|
||||
-- Section box with label
|
||||
--
|
||||
local launch, main = ...
|
||||
|
||||
|
||||
local SectionClass = common.NewClass("SectionControl", "Control", function(self, anchor, x, y, width, height, label)
|
||||
local SectionClass = newClass("SectionControl", "Control", function(self, anchor, x, y, width, height, label)
|
||||
self.Control(anchor, x, y, width, height)
|
||||
self.label = label
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user