LeviLamina
Loading...
Searching...
No Matches
ResourcePackResponse.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class ResourcePackResponse : schar {
6 Cancel = 1,
7 Downloading = 2,
8 DownloadingFinished = 3,
9 ResourcePackStackFinished = 4,
10};