### 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.
|
||
|---|---|---|
| .. | ||
| BaseHouse.cs | ||
| ContestHouses.cs | ||
| HouseFoundation.cs | ||
| HousePackets.cs | ||
| HousePlacement.cs | ||
| HousePlacementTool.cs | ||
| Houses.cs | ||
| HouseSign.cs | ||
| HouseTeleporter.cs | ||
| MovingCrate.cs | ||
| PreviewHouse.cs | ||