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

12 lines
351 B
C++

#include "FortServerBotManagerAthena.h"
#include "FortAthenaAIBotController.h"
UFortServerBotManagerAthena::UFortServerBotManagerAthena() {
this->BotPlayerPawnClass = AFortAthenaAIBotController::StaticClass();
this->CachedGameMode = NULL;
this->LastBotTeam = 255;
this->CachedBotMutator = NULL;
this->bAddBotOnMinimap = false;
}