Files
FNGameProj/Source/FortniteGame/Private/FortServerBotInfo.cpp
T
2024-06-07 01:17:09 +02:00

8 lines
134 B
C++

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