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

9 lines
272 B
C++

#include "OutpostUpgradeAndPrestigeBuildingData.h"
FOutpostUpgradeAndPrestigeBuildingData::FOutpostUpgradeAndPrestigeBuildingData() {
this->MaxPrestigeLevel = 0;
this->DefaultOutpostBuildingUpgradeData = NULL;
this->POSTBuildingGameplayEffectClass = NULL;
}