This commit is contained in:
2026-07-07 19:03:01 -07:00
parent b75c35be84
commit 1245ba1947
+1
View File
@@ -35,6 +35,7 @@ pub trait Game: Clone {
}
/// Call .commit() to run the staged instruction.
/// Cannot be constructed other than by Game::stage_instruction.
pub struct StagedInstruction<'a, G: Game> {
game: &'a mut G,
stats: &'a mut G::Stats,