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

11 lines
317 B
C++
Executable file

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