Files
UnrealEvent/Project/Source/FortniteGame/Private/OutpostUpgradesPerTheaterData.cpp
2026-04-22 15:51:07 +02:00

8 lines
179 B
C++

#include "OutpostUpgradesPerTheaterData.h"
FOutpostUpgradesPerTheaterData::FOutpostUpgradesPerTheaterData() {
this->TheaterSlot = 0;
this->OutpostUpgradesData = NULL;
}