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
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26};
Definition ContainerScreenActionResultData.h:5
Definition Alias.h:14