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

11 lines
352 B
C++
Executable file

#include "PlatformGunUpgrade.h"
#include "Templates/SubclassOf.h"
FUpgradeValues UPlatformGunUpgrade::GetUpgradedValue(AFSDPlayerState* Player, TSubclassOf<AActor> Item, EPlatformGunUpgrades aUpgradeType) {
return FUpgradeValues{};
}
UPlatformGunUpgrade::UPlatformGunUpgrade() {
this->myUpgradeType = EPlatformGunUpgrades::BiggerPlatform;
}