6 lines
98 B
C++
Executable file
6 lines
98 B
C++
Executable file
#include "SchematicRarity.h"
|
|
|
|
USchematicRarity::USchematicRarity() {
|
|
this->Rarity = 1.00f;
|
|
}
|
|
|