ModernUO/Projects/UOContent/Engines/Doom
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
..
LeverPuzzle fix: Adds GetClients to map iterators (#1574) 2023-10-30 18:49:00 -07:00
GauntletRegion.cs fix(doom): Adds RemGauntlet (#591) 2021-05-09 09:40:23 -07:00
GauntletSpawner.cs fix: Codegens Khaldun and Doom (#1521) 2023-09-30 00:27:06 -07:00
GenGauntlet.cs fix: Fixes map iterators for Items (#1564) 2023-10-26 17:49:15 -07:00