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

11 lines
376 B
C++
Executable file

#include "PlasmaCarbineUpgrade.h"
#include "Templates/SubclassOf.h"
FUpgradeValues UPlasmaCarbineUpgrade::GetUpgradedValue(TSubclassOf<AItem> Item, AFSDPlayerState* Player, EPlasmaCarbineUpgrades NewUpgradeType) {
return FUpgradeValues{};
}
UPlasmaCarbineUpgrade::UPlasmaCarbineUpgrade() {
this->upgradeType = EPlasmaCarbineUpgrades::RateOfFireBoostOnFullShield;
}