7 lines
126 B
C++
Executable file
7 lines
126 B
C++
Executable file
#include "SkinSchematicItem.h"
|
|
|
|
USkinSchematicItem::USkinSchematicItem() {
|
|
this->ItemID = NULL;
|
|
this->Skin = NULL;
|
|
}
|
|
|