ModernUO/Projects/UOContent/Engines/Veteran Rewards
Kamron Batman cde59a82f2
fix: Adds GetClients to map iterators (#1574)
### 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()`.
2023-10-30 18:49:00 -07:00
..
Character Statue Maker fix: Adds GetClients to map iterators (#1574) 2023-10-30 18:49:00 -07:00
RewardCategory.cs fix(core): Converts some packets & misc fixes/cleanup (#414) 2021-01-16 21:01:54 -08:00
RewardChoiceGump.cs fix(core): Converts some packets & misc fixes/cleanup (#414) 2021-01-16 21:01:54 -08:00
RewardConfirmGump.cs fix(core): Converts some packets & misc fixes/cleanup (#414) 2021-01-16 21:01:54 -08:00
RewardDemolitionGump.cs chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
RewardEntry.cs fix(core): Converts some packets & misc fixes/cleanup (#414) 2021-01-16 21:01:54 -08:00
RewardList.cs fix(core): Converts some packets & misc fixes/cleanup (#414) 2021-01-16 21:01:54 -08:00
RewardNoticeGump.cs fix(core): Converts some packets & misc fixes/cleanup (#414) 2021-01-16 21:01:54 -08:00
RewardOptionGump.cs fix(core): Converts some packets & misc fixes/cleanup (#414) 2021-01-16 21:01:54 -08:00
RewardSystem.cs fix: Fixes veteran rewards (#1374) 2023-03-12 17:28:51 -07:00