6 lines
135 B
C++
Executable file
6 lines
135 B
C++
Executable file
#include "PlatformExclusiveDLC.h"
|
|
|
|
UPlatformExclusiveDLC::UPlatformExclusiveDLC() {
|
|
this->Platform = EFSDTargetPlatform::Steam;
|
|
}
|
|
|