albion-online-addons
albion-online-addons copied to clipboard
Simple library for creating albion addons in multiple programing languages.
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...
I can see the definition for Event is: ``` pub enum Event { MainPlayerAppeared(), PlayerAppeared(), DamageDone(), HealthReceived(), ZoneChange, EnterCombat(), LeaveCombat(), UpdateFame(), UpdateItems(), UpdateParty(), ChatSay(), } ``` Does this mean that...