#include "PickaxeSet.h" FPickaxeSet::FPickaxeSet() { this->BladeFront = NULL; this->OptionalBladeBack = NULL; this->Pommel = NULL; this->Handle = NULL; this->Shaft = NULL; this->Head = NULL; this->Material = NULL; }