Browse Source

cleanup

master
iamsosmart19 4 years ago
parent
commit
bd73fb7911
  1. 5
      src/actor.rs

5
src/actor.rs

@ -3,11 +3,6 @@ use ggez::graphics;
#[path = "board.rs"]
mod board;
struct BoardPosnStruct {
x: u8,
y: u8,
}
pub enum ActorPosn {
BoardPosn {
x: u8,

Loading…
Cancel
Save