7 lines
133 B
C++
Executable file
7 lines
133 B
C++
Executable file
#include "SchematicBankItem.h"
|
|
|
|
FSchematicBankItem::FSchematicBankItem() {
|
|
this->PricingTier = NULL;
|
|
this->Rarity = NULL;
|
|
}
|
|
|