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

8 lines
165 B
C++
Executable file

#include "DeepDiveRewardItem.h"
FDeepDiveRewardItem::FDeepDiveRewardItem() {
this->Schematic = NULL;
this->Stage = 0;
this->WasAlreadyGiven = false;
}