7 lines
144 B
C++
Executable file
7 lines
144 B
C++
Executable file
#include "VanityTestCharacterItem.h"
|
|
|
|
FVanityTestCharacterItem::FVanityTestCharacterItem() {
|
|
this->Mesh = NULL;
|
|
this->AnimBP = NULL;
|
|
}
|
|
|