ModernUO/Projects/UOContent/Engines/Factions/Mobiles/Vendors
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
..
BaseFactionVendor.cs fix: Removes BodyValue and fixes modifying Body and BodyMod in props gump. (#743) 2021-08-28 22:56:00 -07:00
FactionBoardVendor.cs fix: Codegens faction items and questers (#1764) 2024-05-08 17:16:36 -07:00
FactionBottleVendor.cs fix: Codegens faction items and questers (#1764) 2024-05-08 17:16:36 -07:00
FactionHorseVendor.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
FactionOreVendor.cs fix: Codegens faction items and questers (#1764) 2024-05-08 17:16:36 -07:00
FactionReagentVendor.cs fix: Codegens faction items and questers (#1764) 2024-05-08 17:16:36 -07:00