albion-online-addons icon indicating copy to clipboard operation
albion-online-addons copied to clipboard

Simple library for creating albion addons in multiple programing languages.

Results 2 albion-online-addons issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...