DRG-Femboy-Voice/Source/FSD/Private/CooldownUpgrade.cpp
2025-04-15 12:39:31 -07:00

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() {
}