Cleanup
parent
92a03ccbd1
commit
1f2ba92bea
|
@ -1,5 +1,2 @@
|
|||
mod playeragent;
|
||||
mod playerstatus;
|
||||
|
||||
pub use playeragent::PlayerAgent;
|
||||
pub use playerstatus::PlayerStatus;
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
use nalgebra::Vector2;
|
||||
|
||||
pub struct PlayerStatus {
|
||||
pub pos: Option<Vector2<f32>>,
|
||||
}
|
Loading…
Reference in New Issue