LeviLamina
Loading...
Searching...
No Matches
CodeScreenEditorButton.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<8, 32, ::std::string> name;
10 ::ll::TypedStorage<8, 32, ::std::string> description;
11 ::ll::TypedStorage<8, 32, ::std::string> url;
12 ::ll::TypedStorage<8, 32, ::std::string> defaultImage;
13 ::ll::TypedStorage<8, 32, ::std::string> color;
14 ::ll::TypedStorage<1, 1, bool> hasHomeButton;
15 // NOLINTEND
16};
Definition CodeScreenEditorButton.h:5