3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/services/requests/catalog/reviews/RatingData.h"
7#include "mc/client/store/StoreCatalogCategory.h"
8#include "mc/deps/core/file/PathBuffer.h"
12class StoreCatalogItem;
21 ::ll::TypedStorage<8, 32, ::std::string> mId;
22 ::ll::TypedStorage<8, 32, ::std::string> mName;
23 ::ll::TypedStorage<8, 32, ::std::string> mCreator;
24 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mThumbnailPathBuffer;
25 ::ll::TypedStorage<8, 40, ::RatingData> mRatingData;
26 ::ll::TypedStorage<8, 32, ::std::string> mSubscriptionStartDate;
27 ::ll::TypedStorage<8, 32, ::std::string> mSubscriptionEndDate;
28 ::ll::TypedStorage<1, 1, bool> mIsExpired;
29 ::ll::TypedStorage<8, 32, ::std::string> mPackId;
30 ::ll::TypedStorage<1, 1, bool> mIsInstalled;
31 ::ll::TypedStorage<1, 1, bool> mIsUpdateAvailable;
32 ::ll::TypedStorage<4, 4, ::StoreCatalogCategory> mStoreCategory;
33 ::ll::TypedStorage<4, 4, int> mPrice;
34 ::ll::TypedStorage<4, 4, int> mFullPrice;
35 ::ll::TypedStorage<1, 1, bool> mIsFree;
36 ::ll::TypedStorage<1, 1, bool> mHasDiscount;
37 ::ll::TypedStorage<8, 32, ::std::string> mDiscountText;
42 MarketplaceWorldTemplateData();
47 MCAPI MarketplaceWorldTemplateData(::World::MarketplaceWorldTemplateData
const&);
49 MCAPI ::World::MarketplaceWorldTemplateData& operator=(::World::MarketplaceWorldTemplateData
const&);
51 MCAPI ~MarketplaceWorldTemplateData();
57 MCAPI static ::World::MarketplaceWorldTemplateData
58 fromStoreCatalogItem(::StoreCatalogItem
const& worldTemplateInfo);
64 MCAPI
void* $ctor(::World::MarketplaceWorldTemplateData
const&);
Definition MarketplaceWorldTemplateData.h:7