|
|
@ -169,6 +169,9 @@ pub struct MoleDetails { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// Represents all the data of a Mii
|
|
|
|
/// Represents all the data of a Mii
|
|
|
|
|
|
|
|
///
|
|
|
|
|
|
|
|
/// Some values are not ordered _like_ the Mii Editor UI. The mapped values can be seen here:
|
|
|
|
|
|
|
|
/// <https://www.3dbrew.org/wiki/Mii#Mapped_Editor_.3C-.3E_Hex_values>
|
|
|
|
#[derive(Clone, Debug)] |
|
|
|
#[derive(Clone, Debug)] |
|
|
|
pub struct MiiData { |
|
|
|
pub struct MiiData { |
|
|
|
pub options: MiiDataOptions, |
|
|
|
pub options: MiiDataOptions, |
|
|
|