doc
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user