Get the first entity in the scope with a component
Returns the first entity with the component passed If there's none, it returns null
Entity e = world.entity.getFirstWith!Foo;
See Implementation
Get the first entity in the scope with a component
Returns the first entity with the component passed If there's none, it returns null