Files
FNGameProj/Source/FortniteGame/Private/FortServerBotInfo.cpp
T
2024-03-03 23:44:39 +01:00

8 lines
146 B
C++

#include "FortServerBotInfo.h"
FFortServerBotInfo::FFortServerBotInfo() {
this->BotController = NULL;
this->SelectedPoiVolume = NULL;
}