Separate inventory & character UI.

This commit is contained in:
Pieter-Jan Briers
2019-07-20 14:06:54 +02:00
parent f5d319bc3a
commit c675886713
7 changed files with 109 additions and 7 deletions

View File

@@ -135,8 +135,8 @@ namespace Content.Client.GameObjects.Components.Actor
public enum UIPriority
{
First = 0,
Info = 5,
Species = 100,
Inventory = 200,
Last = 99999
}
}