brdb 0.5.0

A library for reading and writing Brickadia's World files.
Documentation
1
2
3
4
5
6
7
8
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");