ModernUO/Projects/UOContent/Engines/Spawners
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
..
Commands fix: Fixes respawn command when spawner is off (#1891) 2024-07-28 14:34:23 -07:00
BaseSpawner.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
ProximitySpawner.cs fix: Fixes respawn command when spawner is off (#1891) 2024-07-28 14:34:23 -07:00
RegionSpawner.cs fix: Fixes ProximitySpawner and RegionSpawner ToJson (#1827) 2024-06-06 16:31:48 -07:00
Spawner.cs fix: Codegens spawners (#1678) 2024-02-12 21:14:42 -08:00
SpawnerControllerGump.cs fix: Optimizes gump relay info (Prep for Static Gumps) (#1698) 2024-03-07 20:54:53 -08:00
SpawnerEntry.cs fix: Fixes spawn entry deserialization (#1693) 2024-03-03 08:45:16 -08:00
SpawnerGump.cs fix: Consolidates Color/Center html (#1762) 2024-05-07 23:56:32 -07:00
SpawnPropsGump.cs fix: Optimizes gump relay info (Prep for Static Gumps) (#1698) 2024-03-07 20:54:53 -08:00