11 lines
270 B
C++
Executable file
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;
|
|
}
|
|
|