3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
11 using OnAddServer = ::std::function<void(::std::string
const&)>;
16 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&)>> mOnAddServer;
17 ::ll::TypedStorage<8, 32, ::std::string> mServerId;
18 ::ll::TypedStorage<1, 1, bool> mShowServerIdTooltip;
24 virtual ~EDUAddServerScreenController() =
default;
Definition EDUAddServerScreenController.h:5
Definition MinecraftScreenController.h:5