aoaddons 0.2.0

Simple library for creating addons for albion online game in multiple programing languages.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod events;
pub mod convert;
pub mod world;
pub mod id_cache;

mod party;
mod unconsumed_messages;
mod player;

pub use player::StaticId;
pub use events::*;
pub use world::World;