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

12 lines
251 B
C++

#include "RandomDayphaseFX.h"
FRandomDayphaseFX::FRandomDayphaseFX() {
ParticleSystem = NULL;
ChanceToSpawnFX = 1;
DetailMode = DM_Low;
MaxDrawDistance = 1;
bRandomSelectionAlreadyHappened = false;
SpawnedComponent = NULL;
}