#pragma once #include "Object.h" class ArmorObject : public Object { private: int protection = 0; };