mirror of
https://github.com/modernuo/ModernUO
synced 2026-08-11 22:23:06 -04:00
### 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()`.
|
||
|---|---|---|
| .. | ||
| Point2D.cs | ||
| Point3D.cs | ||
| Point3DList.cs | ||
| Rectangle2D.cs | ||
| Rectangle3D.cs | ||
| WorldLocation.cs | ||