LeviLamina
Loading...
Searching...
No Matches
RelativeVolumeListBlockVolumeAction.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Editor {
6
7enum class RelativeVolumeListBlockVolumeAction : int {
8 None = 0,
9 Add = 1,
10 Remove = 2,
11 Clear = 3,
12 Set = 4,
13 Translate = 5,
14 MoveTo = 6,
15 SetOrigin = 7,
16 ClearOrigin = 8,
17};
18
19}