Initial Unity project commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace UI.PanelStack
|
||||
{
|
||||
public enum UIPanelKind
|
||||
{
|
||||
Settings = 0,
|
||||
Modal = 1,
|
||||
Pause = 2,
|
||||
Custom = 100
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user