### Summary
Eliminates `IPooledEnumerable<BaseMulti>` and `eable.Free()` from `Map` for multis. This drastically simplifies code that iterates in range, for example:
```cs
foreach (var m in m.GetMultisInRange(5))
{
}
```
The code above no longer requires an eable and calling `Free()`.
### Bug Fixes
- [X] Fixes an issue with searching through nested empty containers.
|
||
|---|---|---|
| .. | ||
| Map.ClientEnumerator.cs | ||
| Map.cs | ||
| Map.ItemEnumerator.cs | ||
| Map.MobileEnumerator.cs | ||
| Map.MultiEnumerator.cs | ||
| Map.MultiTileEnumerator.cs | ||
| MapLoader.cs | ||
| MapSelection.cs | ||