pub fn goto_entity_simple_system(
entities: &Entities,
gotos: &Components<GotoEntity>,
positions: &mut Components<Point>,
) -> SystemResultExpand description
Moves an entity one tile towards the targeted entity, regardless of collisions.