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

12 lines
366 B
C++
Executable file

#include "AddComponentUpgrade.h"
#include "Templates/SubclassOf.h"
bool UAddComponentUpgrade::GetUpgradedValue(TSubclassOf<AItem> Item, AFSDPlayerState* Player, TSubclassOf<UActorComponent> NewComponentClass, bool includePreview) {
return false;
}
UAddComponentUpgrade::UAddComponentUpgrade() {
this->ComponentClass = NULL;
this->ServerOnly = true;
}