7 lines
124 B
C++
Executable file
7 lines
124 B
C++
Executable file
#include "BuildRestriction.h"
|
|
|
|
UBuildRestriction::UBuildRestriction() {
|
|
this->BuildType = 0;
|
|
this->Platform = 0;
|
|
}
|
|
|