ModernUO/Projects/Server/Network/NetState
Kamron Batman 8282b00ca2
feat: Moves gumps out of the core (#1916)
> [!Important]
> **Developer Note**
> This code change will **completely move gumps out of the core**


### Summary

- Adds `GetGumps()` convenience which exposes methods to Find/Close/Send multiple gumps. This helper is a performance improvement by eliminating the Dictionary<Player, List> lookup for gumps.
2024-08-09 19:07:32 -07:00
..
DumpNetStates.cs fix: Adds more NetState dumping for debug (#1795) 2024-05-27 12:10:27 -07:00
NetState.ClientVersion.cs fix: Removes support for v4 Client and old gump packet. (#1739) 2024-04-24 19:39:37 -07:00
NetState.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
ProtocolChanges.cs fix: Removes support for v4 Client and old gump packet. (#1739) 2024-04-24 19:39:37 -07:00