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

11 lines
381 B
C++
Executable file

#include "BeltDrivenWeaponUpgrade.h"
#include "Templates/SubclassOf.h"
FUpgradeValues UBeltDrivenWeaponUpgrade::GetUpgradedValue(TSubclassOf<AItem> Item, AFSDPlayerState* Player, EBeltDrivenWeaponUpgrade NewUpgradeType) {
return FUpgradeValues{};
}
UBeltDrivenWeaponUpgrade::UBeltDrivenWeaponUpgrade() {
this->upgradeType = EBeltDrivenWeaponUpgrade::BarrelSpinupTime;
}