3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/store/iap/RealmsOfferTier.h"
7#include "mc/client/store/iap/RealmsPurchaseIntent.h"
11namespace Realms {
struct World; }
18 ::ll::TypedStorage<4, 4, ::RealmsPurchaseIntent const> mPurchaseIntent;
19 ::ll::TypedStorage<8, 32, ::std::string const> mWorldName;
20 ::ll::TypedStorage<8, 32, ::std::string const> mSubscriptionId;
21 ::ll::TypedStorage<4, 4, ::RealmsOfferTier const> mOfferTier;
22 ::ll::TypedStorage<1, 1, bool const> mExpired;
23 ::ll::TypedStorage<1, 1, bool const> mTrialAvailable;
24 ::ll::TypedStorage<1, 1, bool const> mHasClub;
25 ::ll::TypedStorage<1, 1, bool const> mIsRealmsPDP;
26 ::ll::TypedStorage<8, 64, ::std::function<void(::Realms::World&)>> mOnCreateCallback;
32 MCAPI ~RealmsCreateParams();
Definition RealmsCreateParams.h:5