mage.h 189 B

1234567891011121314
  1. #ifndef UNITS_MAGE_H
  2. #define UNITS_MAGE_H
  3. #include "units/unit.h"
  4. #include <QObject>
  5. class Mage : public Unit
  6. {
  7. public:
  8. explicit Mage(QString parameters);
  9. };
  10. #endif // UNITS_MAGE_H