### Summary
Eliminates `IPooledEnumerable<T>` and `eable.Free()` from `Map` for items. This drastically simplifies code that iterates in range, for example:
```cs
foreach (var item in m.GetItemsInRange(5))
{
}
```
The code above no longer requires an eable and calling `Free()`.
|
||
|---|---|---|
| .. | ||
| BaseMulti.cs | ||
| BaseMulti.SectorMultiLinkList.cs | ||
| Container.cs | ||
| Container.Enumerable.cs | ||
| Containers.cs | ||
| Item.cs | ||
| ItemBounds.cs | ||
| Layer.cs | ||
| LightType.cs | ||
| SecureTradeContainer.cs | ||
| VirtualCheck.cs | ||
| VirtualHair.cs | ||