11struct MinecraftCommandsArguments {
15 ::ll::TypedStorage<8, 8, ::ICommandsContextProvider&> mContext;
16 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::CommandRegistry>&&> mRegistry;
21 MinecraftCommandsArguments& operator=(MinecraftCommandsArguments
const&);
22 MinecraftCommandsArguments(MinecraftCommandsArguments
const&);
23 MinecraftCommandsArguments();
Definition ICommandsContextProvider.h:15