Files
2024-01-21 00:41:14 +01:00

9 lines
176 B
C++

#include "SubGameInfo.h"
FSubGameInfo::FSubGameInfo() {
this->AccessToken = NULL;
this->RequiredFullInstall = false;
this->bCanPartyWithoutFullInstall = false;
}