7 lines
95 B
C++
Executable file
7 lines
95 B
C++
Executable file
#include "IRandRange.h"
|
|
|
|
FIRandRange::FIRandRange() {
|
|
this->Min = 0;
|
|
this->Max = 0;
|
|
}
|
|
|