3#include "mc/_HeaderOutputPredefine.h"
11 ::ll::TypedStorage<1, 1, bool> isOutOfUses;
12 ::ll::TypedStorage<8, 32, ::std::string> buyAItemName;
13 ::ll::TypedStorage<8, 32, ::std::string> buyBItemName;
14 ::ll::TypedStorage<8, 32, ::std::string> sellItemName;
15 ::ll::TypedStorage<4, 4, int> buyAItemAmount;
16 ::ll::TypedStorage<4, 4, int> buyBItemAmount;
17 ::ll::TypedStorage<4, 4, int> sellItemAmount;
18 ::ll::TypedStorage<8, 32, ::std::string> buyAItemImage;
19 ::ll::TypedStorage<8, 32, ::std::string> buyBItemImage;
20 ::ll::TypedStorage<8, 32, ::std::string> sellItemImage;
21 ::ll::TypedStorage<1, 1, bool> hasSecondaryBuyItem;
22 ::ll::TypedStorage<1, 1, bool> playerHasItemsForTrade;
23 ::ll::TypedStorage<1, 1, bool> isSelectedTrade;
29 MCAPI ~TradeOfferInfo();
Definition TradeOfferInfo.h:7