eldenring 0.14.0

Structures, bindings, and utilities for From Software's title Elden Ring
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod environment_query;
mod event;
mod shared_string;
mod value;

pub use environment_query::*;
pub use event::*;
pub use shared_string::*;
pub use value::*;

#[repr(C)]
pub struct EzStateMachineImpl;