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