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

11 lines
360 B
C++
Executable file

#include "BurstWeaponUpgrade.h"
#include "Templates/SubclassOf.h"
FUpgradeValues UBurstWeaponUpgrade::GetUpgradedValue(TSubclassOf<AItem> Item, AFSDPlayerState* Player, EBurstWeaponUpgrades NewUpgradeType) {
return FUpgradeValues{};
}
UBurstWeaponUpgrade::UBurstWeaponUpgrade() {
this->upgradeType = EBurstWeaponUpgrades::FullBurstHitBonusDamage;
}