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

12 lines
369 B
C++

#include "FortAthenaMutator_PlayerBotSpawningPolicyData.h"
UFortAthenaMutator_PlayerBotSpawningPolicyData::UFortAthenaMutator_PlayerBotSpawningPolicyData() {
this->PlayerBotPawn = NULL;
this->CachedGameMode = NULL;
this->MaxTraceHeight = 5000.00f;
this->MinTraceHeight = -5000.00f;
this->InitialSpawnDelay = 0.10f;
this->SpawnDelay = 0.10f;
}