3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/binding/QueryBase.h"
7#include "mc/client/gui/oreui/binding/properties/Property.h"
8#include "mc/deps/core/utility/pub_sub/Subscription.h"
22 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mSubscription;
23 ::ll::TypedStorage<8, 200, ::OreUI::Property<::std::string>> mName;
33 virtual ~ContainerNameQuery() =
default;
39 MCAPI ContainerNameQuery(::OreUI::GameDependencies
const& game, ::OreUI::ClientDependencies
const& client);
45 MCAPI
void* $ctor(::OreUI::GameDependencies
const& game, ::OreUI::ClientDependencies
const& client);
Definition ClientDependencies.h:7
Definition ContainerNameQuery.h:7
static MCAPI void ** $vftableForIQuery()
static MCAPI void ** $vftableForPropertyObject()
Definition GameDependencies.h:7