naming conventions act 2: the end
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
UIElement = {}
|
||||
|
||||
function AddElement(self)
|
||||
function addElement(self)
|
||||
table.insert(UIElement,self)
|
||||
self.id = #UIElement
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user