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

7 lines
99 B
C++

#include "ProfileGoCommand.h"
FProfileGoCommand::FProfileGoCommand() {
this->Wait = 0.00f;
}