Files
FNGameProj/Source/FortniteGame/Private/FortMcpProfileCollectionBook.cpp
2024-01-21 00:41:14 +01:00

15 lines
556 B
C++

#include "FortMcpProfileCollectionBook.h"
/*
void UFortMcpProfileCollectionBook::UpgradeSlottedItem(const FString& TargetItemId, FClientUrlContext& Context) {
}
void UFortMcpProfileCollectionBook::ConvertSlottedItem(const FString& TargetItemId, int32 ConversionIndex, FClientUrlContext& Context) {
}
void UFortMcpProfileCollectionBook::ClaimCollectionBookPageRewards(const FString& PageTemplateId, const FString& SectionId, int32 SelectedRewardIndex, FClientUrlContext& Context) {
}
*/
UFortMcpProfileCollectionBook::UFortMcpProfileCollectionBook() {
}