ModernUO/Projects/UOContent/Holiday Stuff/Halloween
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
..
2006 fix: Codegens gifts. Unifies staff names. Thank you to the community! (#1766) 2024-05-08 20:44:00 -07:00
2009 fix: Changes Map.Sector.Items to link list. (#1547) 2023-10-16 20:51:02 -07:00
2010/Items fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
2011 fix: Codegens gifts. Unifies staff names. Thank you to the community! (#1766) 2024-05-08 20:44:00 -07:00
2012 feat: Adds PlayerDeathEvent and CreatureDeathEvent using code generated events (#1927) 2024-09-05 21:23:03 -07:00
Treats fix: Updates serialization to use v2.0 (#998) 2022-04-17 08:02:15 -07:00
HolidaySettings.cs fix: Consolidates Color/Center html (#1762) 2024-05-07 23:56:32 -07:00