mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
13 lines
273 B
C++
13 lines
273 B
C++
#include "FortShopOfferDisplayData.h"
|
|
|
|
bool UFortShopOfferDisplayData::HasNoPresentations() const {
|
|
return false;
|
|
}
|
|
|
|
void UFortShopOfferDisplayData::AddPresentation(UMaterialInterface* PresentationToAdd) {
|
|
}
|
|
|
|
UFortShopOfferDisplayData::UFortShopOfferDisplayData() {
|
|
}
|
|
|