Files
UnrealEvent/Project/Source/FortniteGame/Private/FortAthenaMutator_PlayerBotSpawningPolicyData.cpp
2026-04-22 15:51:07 +02: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;
}