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

7 lines
126 B
C++

#include "FortPluginActorSpawner.h"
AFortPluginActorSpawner::AFortPluginActorSpawner() {
bWaitForPlaylistLoad = true;
}