Enum rust_rpg_toolkit::events::Event [−][src]
pub enum Event {
OpenMainMenu,
StartGame {
character: Box<Character>,
},
ChangeMap {
chapter_index: usize,
map_id: String,
},
Save,
Respawn,
Quit,
}
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Event
impl !UnwindSafe for Event
Blanket Implementations
Mutably borrows from an owned value. Read more