13 lines
187 B
C++
Executable file
13 lines
187 B
C++
Executable file
#include "FSDPFPUtils.h"
|
|
|
|
bool UFSDPFPUtils::IsPlayfabLoaded() {
|
|
return false;
|
|
}
|
|
|
|
FString UFSDPFPUtils::GetPlayfabUserId() {
|
|
return TEXT("");
|
|
}
|
|
|
|
UFSDPFPUtils::UFSDPFPUtils() {
|
|
}
|
|
|