Early Access, v1.0.1
This commit is contained in:
24
Assets/Scripts/UIState.cs
Normal file
24
Assets/Scripts/UIState.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Assets.Scripts
|
||||
{
|
||||
public enum UIState
|
||||
{
|
||||
MAINMENU,
|
||||
FIGHT,
|
||||
CHARACTERCREATION,
|
||||
CHARACTER,
|
||||
MAP,
|
||||
DEATH,
|
||||
OPTIONS,
|
||||
GAME,
|
||||
PAUSE,
|
||||
PAUSEOPTIONS,
|
||||
TUTORIAL,
|
||||
QUEST
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user