add empty overworld world type
This commit is contained in:
parent
576b21d8b9
commit
baae917d0b
4 changed files with 17 additions and 12 deletions
9
src/activities/overworld/worldgen.rs
Normal file
9
src/activities/overworld/worldgen.rs
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
#[derive(Debug)]
|
||||
pub struct Overworld;
|
||||
|
||||
impl Default for Overworld {
|
||||
fn default() -> Self {
|
||||
Self
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue