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

8 lines
198 B
C++

#include "FortTestControllerStreamingTest.h"
UFortTestControllerStreamingTest::UFortTestControllerStreamingTest() {
this->SkydivePathArray.AddDefaulted(9);
this->PostSkydiveMinWait = 1;
}