LeviLamina
Loading...
Searching...
No Matches
ContainerScreenActionResultData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // ContainerScreenActionResultData inner types define
8 enum class Type : int {
9 Autoplace = 0,
10 Drop = 1,
11 Craft = 2,
12 ItemName = 3,
13 };
14
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, ::ContainerScreenActionResultData::Type> mType;
19 // NOLINTEND
20};
Definition ContainerScreenActionResultData.h:5