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

8 lines
178 B
C++

#include "FortSpawnActorInfo.h"
UFortSpawnActorInfo::UFortSpawnActorInfo() {
this->SpawnActorClass = NULL;
this->SpawnTiming = EFortSpawnActorTime::PostPlaylistLoad;
}