Added named systems

This commit is contained in:
Tjakka5 2019-12-19 10:34:02 +01:00
parent 038111d558
commit d4efca976c
10 changed files with 176 additions and 92 deletions

View file

@ -60,6 +60,8 @@ function List:remove(obj)
self[obj] = nil
self.size = size - 1
return self
end
--- Gets an object by numerical index.