10 lines
240 B
C++
Executable file
10 lines
240 B
C++
Executable file
#include "BeardColorVanityItem.h"
|
|
|
|
UBeardColorVanityItem::UBeardColorVanityItem() {
|
|
this->HairColor = NULL;
|
|
this->EyebrowColor = NULL;
|
|
this->MoustacheColor = NULL;
|
|
this->SideburnColor = NULL;
|
|
this->BeardColor = NULL;
|
|
}
|
|
|