pub(crate) enum ProtoSpecificSetting {
Bool(bool),
Enum(Vec<&'static str>),
Num(u8),
}Expand description
This is the basic information needed to track the specific parts of a setting when building them.
pub(crate) enum ProtoSpecificSetting {
Bool(bool),
Enum(Vec<&'static str>),
Num(u8),
}This is the basic information needed to track the specific parts of a setting when building them.