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

11 lines
378 B
C++
Executable file

#include "AmmoDrivenWeaponUpgrade.h"
#include "Templates/SubclassOf.h"
FUpgradeValues UAmmoDrivenWeaponUpgrade::GetUpgradedValue(TSubclassOf<AItem> Item, AFSDPlayerState* Player, EAmmoDrivenWeapnUpgradeType NewUpgradeType) {
return FUpgradeValues{};
}
UAmmoDrivenWeaponUpgrade::UAmmoDrivenWeaponUpgrade() {
this->upgradeType = EAmmoDrivenWeapnUpgradeType::MaxAmmo;
}