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