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

25 lines
784 B
C++
Executable file

#include "SchematicBlueprintLibrary.h"
void USchematicBlueprintLibrary::PriceSchematics(const TSet<USchematic*>& Schematics) {
}
void USchematicBlueprintLibrary::PriceAllSchematics(bool lockPrices) {
}
void USchematicBlueprintLibrary::LockSchematics(const TSet<USchematic*>& Schematics) {
}
bool USchematicBlueprintLibrary::HasAnyUnlockableSchematics(UObject* WorldContextObject, UPlayerCharacterID* characterID, TSet<USchematicCategory*>& Categories) {
return false;
}
USchematicCategory* USchematicBlueprintLibrary::FindItemUpgradeSchematicCategory(UItemUpgrade* Upgrade) {
return NULL;
}
void USchematicBlueprintLibrary::AddSkinSchematicCollectionToSettings(UItemSkinSchematicCollection* Collection) {
}
USchematicBlueprintLibrary::USchematicBlueprintLibrary() {
}