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

11 lines
416 B
C++
Executable file

#include "GooGunProjectileUpgrade.h"
#include "Templates/SubclassOf.h"
FUpgradeValues UGooGunProjectileUpgrade::GetUpgradedValue(AFSDPlayerState* Player, TSubclassOf<AActor> Item, TSubclassOf<AActor> upgradedItem, EGooGunProjectileUpgrades NewUpgradeType) {
return FUpgradeValues{};
}
UGooGunProjectileUpgrade::UGooGunProjectileUpgrade() {
this->upgradeType = EGooGunProjectileUpgrades::PuddleLifeSpan;
}