ModernUO/Projects/UOContent/Items/Skill Items
Guyute 95cd8749a3
feat: Adds PlayerDeathEvent and CreatureDeathEvent using code generated events (#1927)
### Summary
- Adds [Code Generated Events](https://github.com/modernuo/CodeGeneratedEvents)
- Removes EventSink.PlayerDeath
- Adds `PlayerDeathEvent` and `CreatureDeathEvent` using code generated events

> [!Important]
> **Developer Note**
> Use `[OnEvent(nameof(PlayerMobile.PlayerDeathEvent))]` instead of `EventSink.PlayerDeath` delegate
> Check this commit for examples of how to use this.
2024-09-05 21:23:03 -07:00
..
Blacksmith Items/Misc fix: Codegens blacksmith, camping, and carpenter skill items (#1278) 2022-11-24 00:57:23 -08:00
Camping fix: Optimizes gump relay info (Prep for Static Gumps) (#1698) 2024-03-07 20:54:53 -08:00
Carpenter Items fix: Fixes commodity resource property hue (#1875) 2024-07-20 15:37:16 -07:00
Fishing fix: Moves ContextMenu out of core, streamlines code, fixes bugs (#1873) 2024-07-20 21:33:23 -07:00
Harvest Tools fix: Moves ContextMenu out of core, streamlines code, fixes bugs (#1873) 2024-07-20 21:33:23 -07:00
Lumberjack fix: Fixes commodity resource property hue (#1875) 2024-07-20 15:37:16 -07:00
Magical feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
Misc feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
Musical Instruments fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Ninjitsu fix: Moves ContextMenu out of core, streamlines code, fixes bugs (#1873) 2024-07-20 21:33:23 -07:00
Specialized fix: Localizes specialized books, codegens instruments (#1352) 2023-02-25 10:56:05 -08:00
Tailor Items feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
Thief feat: Adds PlayerDeathEvent and CreatureDeathEvent using code generated events (#1927) 2024-09-05 21:23:03 -07:00
Tinkering fix: Updates disguises and codegens tinkering items (#1353) 2023-02-25 12:01:06 -08:00
Tools feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00