LeviLamina
Loading...
Searching...
No Matches
VerticalAnchorLocation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SharedTypes::v1_21_20 {
6
7enum class VerticalAnchorLocation : int {
8 Absolute = 0,
9 AboveBottom = 1,
10 BelowTop = 2,
11 FromSea = 3,
12};
13
14}