mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-28 19:27:53 +00:00
12 lines
369 B
C++
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;
|
|
}
|
|
|