refactor: removed version from wgu::ObjectInstance

it would be too inconvenient to implement :neocat_sob:
This commit is contained in:
selene 2025-11-24 20:58:10 +01:00
parent 9a28c1a1dd
commit 0f968888bf
Signed by: sel
SSH key fingerprint: SHA256:33R/4Rx5Lu4o81LyJyXdMrmP5CJ6j7j1Soo0Dn7mKc0

View file

@ -4,7 +4,6 @@ use std::collections::HashMap;
#[derive(Serialize, Deserialize, Debug, Default, Clone)]
pub struct ObjectInstance {
pub version: u32,
pub variant: u32,
pub plotted: bool,
pub created: String,