Struct rust_rpg_toolkit::game::GameParams [−][src]
pub struct GameParams {
pub name: String,
pub version: String,
pub data_path: String,
pub modules_path: String,
pub characters_path: String,
pub assets_path: String,
pub new_character_build_points: u32,
pub skip_character_creation: bool,
}
Fields
name: String
version: String
data_path: String
modules_path: String
characters_path: String
assets_path: String
new_character_build_points: u32
skip_character_creation: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GameParams
impl Send for GameParams
impl Sync for GameParams
impl Unpin for GameParams
impl UnwindSafe for GameParams
Blanket Implementations
Mutably borrows from an owned value. Read more