mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
15 lines
556 B
C++
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() {
|
|
}
|
|
|