refactor: removed version from wgu::ObjectInstance
it would be too inconvenient to implement :neocat_sob:
This commit is contained in:
parent
9a28c1a1dd
commit
0f968888bf
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ use std::collections::HashMap;
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Debug, Default, Clone)]
|
#[derive(Serialize, Deserialize, Debug, Default, Clone)]
|
||||||
pub struct ObjectInstance {
|
pub struct ObjectInstance {
|
||||||
pub version: u32,
|
|
||||||
pub variant: u32,
|
pub variant: u32,
|
||||||
pub plotted: bool,
|
pub plotted: bool,
|
||||||
pub created: String,
|
pub created: String,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue