8 lines
165 B
C++
Executable file
8 lines
165 B
C++
Executable file
#include "DeepDiveRewardItem.h"
|
|
|
|
FDeepDiveRewardItem::FDeepDiveRewardItem() {
|
|
this->Schematic = NULL;
|
|
this->Stage = 0;
|
|
this->WasAlreadyGiven = false;
|
|
}
|
|
|