6 lines
156 B
C++
Executable file
6 lines
156 B
C++
Executable file
#include "DistributedGemResourceCreator.h"
|
|
|
|
UDistributedGemResourceCreator::UDistributedGemResourceCreator() {
|
|
this->MinDistanceBetweenGems = 0.00f;
|
|
}
|
|
|