mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 02:24:12 +02:00
don't store baseline in baseline
This commit is contained in:
parent
d36a5516e5
commit
626544b07e
3 changed files with 5 additions and 4 deletions
|
|
@ -183,7 +183,7 @@ fn test_bit_var_roundtrip() {
|
|||
}
|
||||
|
||||
#[cfg_attr(feature = "schema", derive(schemars::JsonSchema))]
|
||||
#[derive(Debug, PartialEq, Serialize, Deserialize, Clone)]
|
||||
#[derive(Debug, PartialEq, Serialize, Deserialize, Clone, Default)]
|
||||
pub struct PacketEntitiesMessage {
|
||||
pub entities: Vec<PacketEntity>,
|
||||
pub removed_entities: Vec<EntityId>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue