### Summary
Eliminates `IPooledEnumerable<NetState>` and `eable.Free()` from `Map` for clients. This drastically simplifies code that iterates in range, for example:
```cs
foreach (var m in m.GetClientsInRange(5))
{
}
```
The code above no longer requires an eable and calling `Free()`.
|
||
|---|---|---|
| .. | ||
| Character Statue Maker | ||
| RewardCategory.cs | ||
| RewardChoiceGump.cs | ||
| RewardConfirmGump.cs | ||
| RewardDemolitionGump.cs | ||
| RewardEntry.cs | ||
| RewardList.cs | ||
| RewardNoticeGump.cs | ||
| RewardOptionGump.cs | ||
| RewardSystem.cs | ||