9 lines
226 B
C++
Executable file
9 lines
226 B
C++
Executable file
#include "ResourceVeinMutator.h"
|
|
|
|
UResourceVeinMutator::UResourceVeinMutator() {
|
|
this->Resource = NULL;
|
|
this->VeinLengthMultiplier = 1.00f;
|
|
this->RangeMultiplier = 1.00f;
|
|
this->NoiseRangeMultiplier = 1.00f;
|
|
}
|
|
|