LeviLamina
Loading...
Searching...
No Matches
ResourcePackFileDownloadError.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class ResourcePackFileDownloadError : int {
6 OutOfStorage = 1,
7 DownloadFailure = 2,
8};