LeviLamina
Loading...
Searching...
No Matches
DownloaderState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class DownloaderState : int {
6 Failed = 0,
7 ErrorOccurred = 1,
8 Done = 2,
9};