Convert `getRelatedTo` from returning an array to returning an `IterableIterator`. This improves memory efficiency by yielding entities lazily instead of allocating a new array on every call. |
||
|---|---|---|
| .. | ||
| bt.test.ts | ||
| commands.test.ts | ||
| relationships.test.ts | ||
| serialization.test.ts | ||
| world.test.ts | ||