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

11 lines
389 B
C++
Executable file

#include "CrossbowUpgrade.h"
#include "Templates/SubclassOf.h"
FUpgradeValues UCrossbowUpgrade::GetUpgradedValue(TSubclassOf<AItem> Item, TSubclassOf<ACrossbowProjectileBase> Projectile, AFSDPlayerState* Player, ECrossbowUpgrades NewUpgradeType) {
return FUpgradeValues{};
}
UCrossbowUpgrade::UCrossbowUpgrade() {
this->upgradeType = ECrossbowUpgrades::SpecialArrowPheramone;
}