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

11 lines
270 B
C++
Executable file

#include "VictoryPoseSettings.h"
TArray<UVictoryPose*> UVictoryPoseSettings::GetVictoryPoses() const {
return TArray<UVictoryPose*>();
}
UVictoryPoseSettings::UVictoryPoseSettings() {
this->GenericVictoryPoseIcon = NULL;
this->RandomVictoryPose = NULL;
}