#include "units/warrior.h"
#include "units/unit.h"

Warrior::Warrior(QString parameters) : Unit(parameters)
{

}