8 lines
175 B
C++
Executable file
8 lines
175 B
C++
Executable file
#include "ItemSkinSet.h"
|
|
|
|
UItemSkinSet::UItemSkinSet() {
|
|
this->ColorIsLockedToSet = false;
|
|
this->PaintJobDynamicIcon = NULL;
|
|
this->FrameworkDynamicIcon = NULL;
|
|
}
|
|
|