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

18 lines
547 B
C++
Executable file

#include "VanitySettings.h"
bool UVanitySettings::HasNewVanityNotification(UObject* WorldContextObject, EVanitySlot Slot, UPlayerCharacterID* characterID) {
return false;
}
UTexture2D* UVanitySettings::GetVanityCategoryIcon(EVanitySlot Slot) const {
return NULL;
}
void UVanitySettings::GetUnlockedStoreVanityCount(UObject* WorldContextObject, EVanitySlot Slot, UPlayerCharacterID* characterID, int32& owned, int32& Total) {
}
UVanitySettings::UVanitySettings() {
this->MedbayArmorItem = NULL;
this->AlwaysLockedDLC = NULL;
}