darksouls3 0.14.0

Raw structures and bindings for From Software's title Dark Souls III
Documentation
mod chr_ins;
mod chr_module;
mod event_flag;
mod field_area;
mod field_ins;
mod game_data_man;
mod item;
mod item_id;
mod menu;
mod menu_man;
mod player_game_data;
mod regulation_manager;
mod scaleform_value;
mod solo_param_repository;
mod task;
mod world_block;
mod world_chr_man;
mod world_info;

pub use chr_ins::*;
pub use chr_module::*;
pub use event_flag::*;
pub use field_area::*;
pub use field_ins::*;
pub use game_data_man::*;
pub use item::*;
pub use item_id::*;
pub use menu::*;
pub use menu_man::*;
pub use player_game_data::*;
pub use regulation_manager::*;
pub use scaleform_value::*;
pub use solo_param_repository::*;
pub use task::*;
pub use world_block::*;
pub use world_chr_man::*;
pub use world_info::*;