Files
2026-04-22 15:51:07 +02: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;
}