DRG-Femboy-Voice/Source/FSD/Private/PickaxeSetReward.cpp
2025-04-15 12:39:31 -07:00

12 lines
264 B
C++
Executable file

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