### 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()`.
|
||
|---|---|---|
| .. | ||
| Election.cs | ||
| Faction.cs | ||
| FactionItem.cs | ||
| FactionState.cs | ||
| FactionSystem.cs | ||
| Generator.cs | ||
| GuardList.cs | ||
| Keywords.cs | ||
| MerchantTitles.cs | ||
| PlayerState.cs | ||
| Reflector.cs | ||
| SilverGivenEntry.cs | ||
| StrongholdRegion.cs | ||
| Town.cs | ||
| TownState.cs | ||
| VendorList.cs | ||