3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/interface/IFeature.h"
16class Feature :
public ::OreUI::IFeature {
20 ::ll::TypedStorage<8, 8, ::Option*> mMainToggle;
26 virtual bool isEnabled() const ;
29 registerIsEnabledChangedCallback(::Bedrock::PubSub::Subscription&, ::std::function<
void(
bool)>) ;
31 virtual ~Feature() = default;
Definition Subscription.h:10