7 lines
146 B
C++
Executable file
7 lines
146 B
C++
Executable file
#include "VictoryPoseReward.h"
|
|
|
|
UVictoryPoseReward::UVictoryPoseReward() {
|
|
this->VictoryPose = NULL;
|
|
this->OptionalCharacterID = NULL;
|
|
}
|
|
|