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