represent the world in a struct
This commit is contained in:
parent
77785e0d6d
commit
c422060faf
5
src/world.rs
Normal file
5
src/world.rs
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
/// The World is represented here.
|
||||||
|
pub struct World {
|
||||||
|
x: i32,
|
||||||
|
y: i32,
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user