Files
FNGameProj/Source/FortniteUI/Private/PlatformSupportDesc.cpp
2024-01-21 00:41:14 +01:00

7 lines
137 B
C++

#include "PlatformSupportDesc.h"
FPlatformSupportDesc::FPlatformSupportDesc() {
this->AccountType = EFortLoginAccountType::None;
}