feat(world): retain mission transform state

This commit is contained in:
2026-07-18 19:27:28 +04:00
parent 9788749650
commit 77d38e4c12
4 changed files with 123 additions and 4 deletions
+3
View File
@@ -1702,6 +1702,7 @@ mod tests {
slot: 5,
},
],
transforms: Vec::new(),
events: Vec::new(),
hash: StateHash([0; 32]),
};
@@ -1733,6 +1734,7 @@ mod tests {
generation: 1,
slot: 7,
}],
transforms: Vec::new(),
events: Vec::new(),
hash: StateHash([0; 32]),
};
@@ -1787,6 +1789,7 @@ mod tests {
generation: 1,
slot: 0,
}],
transforms: Vec::new(),
events: Vec::new(),
hash: StateHash([0; 32]),
};