8 lines
174 B
C++
Executable file
8 lines
174 B
C++
Executable file
#include "CharacterViewInfo.h"
|
|
|
|
FCharacterViewInfo::FCharacterViewInfo() {
|
|
this->CharacterClass = NULL;
|
|
this->SurvivedInPod = false;
|
|
this->VictoryPose = NULL;
|
|
}
|
|
|