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