use crate::wrapper::BString;
pub const PLASTIC: BString = BString::str("BMC_Plastic");
pub const GLASS: BString = BString::str("BMC_Glass");
pub const TRANSLUCENT_PLASTIC: BString = BString::str("BMC_TranslucentPlastic");
pub const GLOW: BString = BString::str("BMC_Glow");
pub const METALLIC: BString = BString::str("BMC_Metallic");
pub const HOLOGRAM: BString = BString::str("BMC_Hologram");