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

11 lines
363 B
C++
Executable file

#include "AutoShotgunUpgrade.h"
#include "Templates/SubclassOf.h"
FUpgradeValues UAutoShotgunUpgrade::GetUpgradedValue(TSubclassOf<AItem> Item, AFSDPlayerState* Player, EAutoShotgunUpgrades NewUpgradeType) {
return FUpgradeValues{};
}
UAutoShotgunUpgrade::UAutoShotgunUpgrade() {
this->upgradeType = EAutoShotgunUpgrades::TurretSpecialAttackEnabled;
}