Files
FNGameProj/Source/FortniteGame/Private/ProfileGoCommand.cpp
T
2024-06-07 01:17:09 +02:00

8 lines
122 B
C++

#include "ProfileGoCommand.h"
FProfileGoCommand::FProfileGoCommand() {
Wait = 1;
CopyOutputToGameLog = false;
}