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

11 lines
372 B
C++
Executable file

#include "SawedOffShotgunUpgrade.h"
#include "Templates/SubclassOf.h"
FUpgradeValues USawedOffShotgunUpgrade::GetUpgradedValue(TSubclassOf<AItem> Item, AFSDPlayerState* Player, ESawedOffShotgunUpgrades NewUpgradeType) {
return FUpgradeValues{};
}
USawedOffShotgunUpgrade::USawedOffShotgunUpgrade() {
this->upgradeType = ESawedOffShotgunUpgrades::FearOnShoot;
}