mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +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;
|
|
}
|
|
|