LeviLamina
Loading...
Searching...
No Matches
WorldTransferResult.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class WorldTransferResult : int {
6 Success = 0,
7 LevelNotLoaded = 1,
8 LocalLevelNotFound = 2,
9 TransferAlreadyInProgress = 3,
10};