Files
FNGameProj/Source/FortniteGame/Private/AthenaItemShopSectionPriority.cpp
T
2024-06-07 01:17:09 +02:00

8 lines
182 B
C++

#include "AthenaItemShopSectionPriority.h"
FAthenaItemShopSectionPriority::FAthenaItemShopSectionPriority() {
Section = EFortItemShopSection::RMTItemOffer;
Priority = 0;
}