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

11 lines
358 B
C++
Executable file

#include "LockOnWeaponUpgrade.h"
#include "Templates/SubclassOf.h"
FUpgradeValues ULockOnWeaponUpgrade::GetUpgradedValue(TSubclassOf<AItem> Item, AFSDPlayerState* Player, ELockOnWeaponUpgrades NewUpgradeType) {
return FUpgradeValues{};
}
ULockOnWeaponUpgrade::ULockOnWeaponUpgrade() {
this->upgradeType = ELockOnWeaponUpgrades::MaxLockOnDegree;
}