5 lines
118 B
Rust
5 lines
118 B
Rust
/// An implementation of Minecraft's superflat world type.
|
|
pub struct Superflat;
|
|
|
|
// TODO: Implement superflat world.
|