unitfactory.cpp 91 B

123456
  1. #include "unitfactory.h"
  2. UnitFactory::UnitFactory(QObject *parent) : QObject(parent)
  3. {
  4. }