ModernUO/Projects/Server/Events
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
..
AccountLoginEvent.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
AggressiveActionEvent.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
CharacterCreatedEvent.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
EventSink.cs feat: Adds PlayerDeathEvent and CreatureDeathEvent using code generated events (#1927) 2024-09-05 21:23:03 -07:00
GameLoginEvent.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
MovementEvent.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
ServerCrashedEvent.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
ServerListEvent.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00
SpeechEvent.cs chore: Updates copyright (#1448) 2023-08-09 09:09:26 -07:00