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

13 lines
415 B
C++
Executable file

#include "LockCountSTEBonusUpgrade.h"
#include "Templates/SubclassOf.h"
FUpgradeValues ULockCountSTEBonusUpgrade::GetUpgradedValue(TSubclassOf<AActor> Item, AFSDPlayerState* Player, TSubclassOf<UStatusEffect> NewStatusEffect) {
return FUpgradeValues{};
}
ULockCountSTEBonusUpgrade::ULockCountSTEBonusUpgrade() {
this->StatusEffect = NULL;
this->UseTotalLockCount = false;
this->Amount = 0.00f;
}