mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-06 14:17:45 -04:00
Added named systems
This commit is contained in:
parent
038111d558
commit
d4efca976c
10 changed files with 176 additions and 92 deletions
|
@ -45,10 +45,10 @@ function Pool:remove(e)
|
|||
self:onEntityRemoved(e)
|
||||
end
|
||||
|
||||
function Pool:onEntityAdded(e)
|
||||
function Pool:onEntityAdded(e) -- luacheck: ignore
|
||||
end
|
||||
|
||||
function Pool:onEntityRemoved(e)
|
||||
function Pool:onEntityRemoved(e) -- luacheck: ignore
|
||||
end
|
||||
|
||||
return setmetatable(Pool, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue