10 lines
241 B
C++
Executable file
10 lines
241 B
C++
Executable file
#include "CooldownUpgrade.h"
|
|
#include "Templates/SubclassOf.h"
|
|
|
|
FUpgradeValues UCooldownUpgrade::GetUpgradedValue(TSubclassOf<AActor> Item, AFSDPlayerState* Player) {
|
|
return FUpgradeValues{};
|
|
}
|
|
|
|
UCooldownUpgrade::UCooldownUpgrade() {
|
|
}
|
|
|