7 lines
100 B
C++
Executable file
7 lines
100 B
C++
Executable file
#include "RandRange.h"
|
|
|
|
FRandRange::FRandRange() {
|
|
this->Min = 0.00f;
|
|
this->Max = 0.00f;
|
|
}
|
|
|