diff options
Diffstat (limited to 'backend/ArmorObject.h')
-rw-r--r-- | backend/ArmorObject.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/ArmorObject.h b/backend/ArmorObject.h index 112997b..a476740 100644 --- a/backend/ArmorObject.h +++ b/backend/ArmorObject.h @@ -5,6 +5,9 @@ class ArmorObject : public Object { using Object::Object; +public: + void set_protection(int protection); + private: int protection = 0; |