### 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()`.
|
||
|---|---|---|
| .. | ||
| Core | ||
| DefAlchemy.cs | ||
| DefBlacksmithy.cs | ||
| DefBowFletching.cs | ||
| DefCarpentry.cs | ||
| DefCartography.cs | ||
| DefCooking.cs | ||
| DefGlassblowing.cs | ||
| DefInscription.cs | ||
| DefMasonry.cs | ||
| DefTailoring.cs | ||
| DefTinkering.cs | ||