remove old Thing

This commit is contained in:
Max Bradbury 2021-05-19 18:07:00 +01:00
parent 1a7d7c268a
commit d93f777b66
1 changed files with 0 additions and 8 deletions

View File

@ -26,14 +26,6 @@ pub struct Position {
y: u8, y: u8,
} }
// #[derive(Serialize, Deserialize)]
// pub struct Thing {
// name: Option<String>,
// /// image name
// image: String,
// }
//
// #[derive(Serialize, Deserialize)] // #[derive(Serialize, Deserialize)]
// pub enum DataType { // pub enum DataType {
// Image, // Image,