Files
FNGameProj/Source/FortniteGame/Private/ProfileGoCommand.cpp
T
2024-03-03 23:44:39 +01:00

8 lines
134 B
C++

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