feat: remove useless entity flags

This commit is contained in:
2025-09-29 13:19:33 +02:00
parent b7790e2f47
commit d752ed0140

View File

@@ -2,8 +2,6 @@ use crate::*;
#[derive(Debug, Default, PartialEq, Clone)]
pub struct O {
pub persisted: bool,
pub loaded: bool,
pub id: String,
pub class: String,
pub attributes: std::collections::HashMap<String, Attribute>,