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

12 lines
282 B
C++

#include "FortAthenaMapInfo.h"
AFortAthenaMapInfo::AFortAthenaMapInfo() {
this->TreasureChestClass = NULL;
this->AmmoBoxClass = NULL;
this->VendingMachineClass = NULL;
this->LlamaClass = NULL;
this->AircraftClass = NULL;
this->AircraftDropVolume = NULL;
}