#include "RandomDamageUpgrade.h" #include "Templates/SubclassOf.h" FUpgradeValues URandomDamageUpgrade::GetUpgradedValue(TSubclassOf Item, AFSDPlayerState* Player) { return FUpgradeValues{}; } URandomDamageUpgrade::URandomDamageUpgrade() { }