LeviLamina
Loading...
Searching...
No Matches
PersonaError.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace persona {
6
7enum class PersonaError : uint {
8 NoError = 0,
9 ItemSelection = 1,
10 InvalidPersona = 3,
11 LoadingAppearanceTimeOut = 4,
12 DesyncedState = 5,
13 Size = 6,
14};
15
16}