#include "medium_blaster.h" MediumBlaster::MediumBlaster (const TiXmlElement* root = NULL) : Weapon() { this->init(); if (root != NULL) this->loadParams(root); } /** * Default destructor */ MediumBlaster::~MediumBlaster() { // model will be deleted from WorldEntity-destructor }