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

12 lines
324 B
C++
Executable file

#include "GenerateIconInfo.h"
FGenerateIconInfo::FGenerateIconInfo() {
this->IconType = EGeneratorIconType::Vanity;
this->PickaxePart = NULL;
this->PickaxePartLocation = EPickaxePartLocation::Head;
this->ItemSkin = NULL;
this->Item = NULL;
this->Character = NULL;
this->bShowCloseUp = false;
}