8 lines
177 B
C++
Executable file
8 lines
177 B
C++
Executable file
#include "VanityReward.h"
|
|
|
|
UVanityReward::UVanityReward() {
|
|
this->VanityItem = NULL;
|
|
this->OptionalCharacterID = NULL;
|
|
this->UseContextAsTargetCharacter = false;
|
|
}
|
|
|