9 lines
252 B
C++
Executable file
9 lines
252 B
C++
Executable file
#include "SavablePrimaryDataAsset.h"
|
|
|
|
USavablePrimaryDataAsset::USavablePrimaryDataAsset() {
|
|
this->BuildRestrictions = 0;
|
|
this->PlatformRestrictions = 0;
|
|
this->EnableDangerousSaveGameIDEditing = false;
|
|
this->BuildRestriction = NULL;
|
|
}
|
|
|