mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
33 lines
584 B
C++
33 lines
584 B
C++
#include "FortLlamaStoreOfferWidgetBase.h"
|
|
|
|
void UFortLlamaStoreOfferWidgetBase::UpgradingFinished() {
|
|
}
|
|
|
|
|
|
void UFortLlamaStoreOfferWidgetBase::SilverUpgradeFinished() {
|
|
}
|
|
|
|
|
|
|
|
void UFortLlamaStoreOfferWidgetBase::ShowInitialRarityState() {
|
|
}
|
|
|
|
|
|
void UFortLlamaStoreOfferWidgetBase::RequestToInspect() {
|
|
}
|
|
|
|
void UFortLlamaStoreOfferWidgetBase::RequestPurchase(int32 Quantity) {
|
|
}
|
|
|
|
|
|
void UFortLlamaStoreOfferWidgetBase::LoadInFinished() {
|
|
}
|
|
|
|
int32 UFortLlamaStoreOfferWidgetBase::GetCurrentRarity() {
|
|
return 0;
|
|
}
|
|
|
|
UFortLlamaStoreOfferWidgetBase::UFortLlamaStoreOfferWidgetBase() {
|
|
}
|
|
|