11 lines
358 B
C++
Executable file
11 lines
358 B
C++
Executable file
#include "ItemSkinSchematicCollection.h"
|
|
|
|
UItemSkinSchematicCollection::UItemSkinSchematicCollection() {
|
|
this->Skin = NULL;
|
|
this->Category = NULL;
|
|
this->PricingTier = NULL;
|
|
this->Rarity = NULL;
|
|
this->CollectionType = EItemSkinCollectionType::PerCharacter;
|
|
this->LastGeneratedCollectionType = EItemSkinCollectionType::PerCharacter;
|
|
}
|
|
|