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

@ -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, {