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

10 lines
257 B
C++
Executable file

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