mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Re-added world.target
wrapper
This commit is contained in:
parent
03ed7318ee
commit
ec46cf374b
1 changed files with 4 additions and 0 deletions
|
@ -1710,6 +1710,10 @@ if _G.__JECS_DEBUG then
|
|||
return world_get(world, entity, ...)
|
||||
end
|
||||
|
||||
World.target = function(world, entity, relation, index)
|
||||
return world_target(world, entity, relation, index)
|
||||
end
|
||||
|
||||
World.remove = function() end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue