aboutsummaryrefslogtreecommitdiff
path: root/RedTileBehavior.h
diff options
context:
space:
mode:
Diffstat (limited to 'RedTileBehavior.h')
-rw-r--r--RedTileBehavior.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/RedTileBehavior.h b/RedTileBehavior.h
index a2c530e..1ac3e64 100644
--- a/RedTileBehavior.h
+++ b/RedTileBehavior.h
@@ -8,6 +8,8 @@ public:
virtual void update(Tile &);
virtual std::unique_ptr<TileBehaviorStrategy> clone(Museum &);
+ static constexpr const char * type = "R";
+
private:
using TileBehaviorStrategy::TileBehaviorStrategy;
static RedTileBehavior instance;