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

8 lines
122 B
C++

#include "BundledItemInfo.h"
FBundledItemInfo::FBundledItemInfo() {
this->Quantity = 0;
this->bOwned = false;
}