#pragma once #include "Object.h" class WeaponObject : public Object { private: int damage_min; int damage_max; };