LeviLamina
Loading...
Searching...
No Matches
RealmsSubscriptionsLoadingState.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
RealmsScreenUtils {
6
7
enum class
RealmsSubscriptionsLoadingState :
int
{
8
DoLoad = 0,
9
Loading = 1,
10
Failed = 2,
11
Done = 3,
12
};
13
14
}
src-client
mc
client
gui
screens
realms_screen_utils
RealmsSubscriptionsLoadingState.h
Generated on
for LeviLamina by
1.16.1