diff options
Diffstat (limited to 'src/monster.h')
-rw-r--r-- | src/monster.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/monster.h b/src/monster.h index f2bec72d..b35d908f 100644 --- a/src/monster.h +++ b/src/monster.h @@ -88,6 +88,9 @@ class Monster : public Being void updateCoords(); void showName(); + + private: + int mAttackType; }; #endif |