galaxy_save_core 0.2.0

Defining common types and traits used in the save data of Super Mario Galaxy and Super Mario Galaxy 2
Documentation
1
2
3
4
5
6
7
//! Basic key-value pair utilities.

mod flag;
mod value;

pub use flag::GameEventFlag;
pub use value::GameEventValue;