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