12 lines
264 B
C++
Executable file
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;
|
|
}
|
|
|