LeviLamina
Loading...
Searching...
No Matches
PackStatus.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
World {
6
7
enum class
PackStatus : uchar {
8
Selected = 0,
9
Global = 1,
10
Available = 2,
11
Realms = 3,
12
Unowned = 4,
13
};
14
15
}
src-client
mc
client
world
PackStatus.h
Generated on
for LeviLamina by
1.16.1