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

8 lines
177 B
C++
Executable file

#include "VanityReward.h"
UVanityReward::UVanityReward() {
this->VanityItem = NULL;
this->OptionalCharacterID = NULL;
this->UseContextAsTargetCharacter = false;
}