mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 04:23:39 +00:00
8 lines
125 B
C++
8 lines
125 B
C++
#include "PurchasedItemInfo.h"
|
|
|
|
FPurchasedItemInfo::FPurchasedItemInfo() {
|
|
this->Item = NULL;
|
|
this->Quantity = 0;
|
|
}
|
|
|