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

11 lines
401 B
C++
Executable file

#include "MicroMissileLauncherUpgrade.h"
#include "Templates/SubclassOf.h"
FUpgradeValues UMicroMissileLauncherUpgrade::GetUpgradedValue(TSubclassOf<AItem> Item, AFSDPlayerState* Player, EMicroMissileLauncherUpgrades NewUpgradeType) {
return FUpgradeValues{};
}
UMicroMissileLauncherUpgrade::UMicroMissileLauncherUpgrade() {
this->upgradeType = EMicroMissileLauncherUpgrades::ChargeFire;
}