LeviLamina
Loading...
Searching...
No Matches
DlcProgressState.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
DlcProgressState :
int
{
6
FirstTick = 0,
7
PreDownload = 1,
8
Downloading = 2,
9
Importing = 3,
10
Complete = 4,
11
Failed = 5,
12
Canceled = 6,
13
};
src-client
mc
client
gui
screens
controllers
DlcProgressState.h
Generated on
for LeviLamina by
1.16.1