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

10 lines
180 B
C++
Executable file

#include "VanitySchematicItem.h"
UVanityItem* UVanitySchematicItem::GetVanityItem() {
return NULL;
}
UVanitySchematicItem::UVanitySchematicItem() {
this->Item = NULL;
}