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

14 lines
264 B
C++

#include "AthenaCosmeticAccountItem.h"
bool UAthenaCosmeticAccountItem::HasMultipleVariants() {
return false;
}
bool UAthenaCosmeticAccountItem::HasCosmeticVariance() const {
return false;
}
UAthenaCosmeticAccountItem::UAthenaCosmeticAccountItem() {
}