8 lines
157 B
C++
Executable file
8 lines
157 B
C++
Executable file
#include "TattooArmorItem.h"
|
|
|
|
FTattooArmorItem::FTattooArmorItem() {
|
|
this->Tattoo = NULL;
|
|
this->IsLeftArm = false;
|
|
this->FlipTexture = false;
|
|
}
|
|
|