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

14 lines
256 B
C++

#include "FortConsumableAccountItem.h"
bool UFortConsumableAccountItem::CanActivateOnSelf() {
return false;
}
bool UFortConsumableAccountItem::CanActivateOnOthers() {
return false;
}
UFortConsumableAccountItem::UFortConsumableAccountItem() {
}