feat: remove useless entity flags
This commit is contained in:
@@ -2,8 +2,6 @@ use crate::*;
|
|||||||
|
|
||||||
#[derive(Debug, Default, PartialEq, Clone)]
|
#[derive(Debug, Default, PartialEq, Clone)]
|
||||||
pub struct O {
|
pub struct O {
|
||||||
pub persisted: bool,
|
|
||||||
pub loaded: bool,
|
|
||||||
pub id: String,
|
pub id: String,
|
||||||
pub class: String,
|
pub class: String,
|
||||||
pub attributes: std::collections::HashMap<String, Attribute>,
|
pub attributes: std::collections::HashMap<String, Attribute>,
|
||||||
|
|||||||
Reference in New Issue
Block a user