remove old Thing
This commit is contained in:
parent
1a7d7c268a
commit
d93f777b66
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue