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

14 lines
455 B
C++
Executable file

#include "VanityFunctionLibrary.h"
void UVanityFunctionLibrary::RandomizeVanityLoadout(UObject* WorldContextObject, APlayerCharacter* Character) {
}
void UVanityFunctionLibrary::RandomizeAllRandomVanityLoadout(APlayerCharacter* currentCharacter) {
}
void UVanityFunctionLibrary::CopyPasteVanityLoadout(UObject* WorldContextObject, UPlayerCharacterID* PlayerId, int32 fromIndex, int32 toIndex) {
}
UVanityFunctionLibrary::UVanityFunctionLibrary() {
}