diff options
Diffstat (limited to 'YellowTileBehavior.h')
-rw-r--r-- | YellowTileBehavior.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/YellowTileBehavior.h b/YellowTileBehavior.h index 1b5b2ef..8de0b75 100644 --- a/YellowTileBehavior.h +++ b/YellowTileBehavior.h @@ -7,6 +7,8 @@ public: virtual void update(Tile &); virtual std::unique_ptr<TileBehaviorStrategy> clone(Museum &); + static constexpr const char * type = "Y"; + private: using TileBehaviorStrategy::TileBehaviorStrategy; static YellowTileBehavior instance; |