diff options
Diffstat (limited to 'YellowTileBehavior.h')
-rw-r--r-- | YellowTileBehavior.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/YellowTileBehavior.h b/YellowTileBehavior.h index 015a244..1b5b2ef 100644 --- a/YellowTileBehavior.h +++ b/YellowTileBehavior.h @@ -12,6 +12,6 @@ private: static YellowTileBehavior instance; YellowTileBehavior() = default; - unsigned int steps_total = 0; + unsigned int last_interactions = 0; }; |