mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
26 lines
466 B
C++
26 lines
466 B
C++
#include "FortLlamaStoreDetailsBase.h"
|
|
|
|
|
|
|
|
void UFortLlamaStoreDetailsBase::SetScrollWidget() {
|
|
}
|
|
|
|
|
|
int32 UFortLlamaStoreDetailsBase::GetNotInCollectionBookCount() const {
|
|
return 0;
|
|
}
|
|
|
|
int32 UFortLlamaStoreDetailsBase::GetNewItemCount() const {
|
|
return 0;
|
|
}
|
|
|
|
int32 UFortLlamaStoreDetailsBase::GetChoiceItemCount() const {
|
|
return 0;
|
|
}
|
|
|
|
UFortLlamaStoreDetailsBase::UFortLlamaStoreDetailsBase() {
|
|
this->OfferInfo = NULL;
|
|
this->ItemTileView = NULL;
|
|
}
|
|
|