LeviLamina
Loading...
Searching...
No Matches
DlcProgressState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum 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};