mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-04 05:13:55 -04:00
Added named systems
This commit is contained in:
parent
038111d558
commit
d4efca976c
10 changed files with 176 additions and 92 deletions
|
@ -60,6 +60,8 @@ function List:remove(obj)
|
|||
|
||||
self[obj] = nil
|
||||
self.size = size - 1
|
||||
|
||||
return self
|
||||
end
|
||||
|
||||
--- Gets an object by numerical index.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue