8 lines
185 B
C++
Executable file
8 lines
185 B
C++
Executable file
#include "SchematicCategory.h"
|
|
|
|
USchematicCategory::USchematicCategory() {
|
|
this->SchematicType = ESchematicType::Overclock;
|
|
this->RewardType = NULL;
|
|
this->SortOrder = 0;
|
|
}
|
|
|