veloren/world/src/all.rs
2019-08-19 19:20:54 +02:00

10 lines
125 B
Rust

#[derive(Copy, Clone, Debug)]
pub enum ForestKind {
Palm,
Savannah,
Oak,
Pine,
SnowPine,
Mangrove,
}