aboutsummaryrefslogtreecommitdiff
path: root/backend/WeaponObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/WeaponObject.h')
-rw-r--r--backend/WeaponObject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/WeaponObject.h b/backend/WeaponObject.h
index e9ce261..8b1bc58 100644
--- a/backend/WeaponObject.h
+++ b/backend/WeaponObject.h
@@ -3,6 +3,8 @@
#include "Object.h"
class WeaponObject : public Object {
+ using Object::Object;
+
private:
int damage_min;
int damage_max;