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

10 lines
353 B
C++
Executable file

#include "WeaponSwitchProjectileUpgrade.h"
#include "Templates/SubclassOf.h"
FUpgradeValues UWeaponSwitchProjectileUpgrade::GetUpgradedValue(AFSDPlayerState* Player, TSubclassOf<AActor> Item, TSubclassOf<UWeaponHitCounterComponent> ComponentClass) {
return FUpgradeValues{};
}
UWeaponSwitchProjectileUpgrade::UWeaponSwitchProjectileUpgrade() {
}