Files
2026-04-22 15:51:07 +02:00

14 lines
264 B
C++

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