Initial release: HSUI v1.0.0.0 - HUD replacement with configurable hotbars
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace HSUI.Enums
|
||||
{
|
||||
public enum StrataLevel
|
||||
{
|
||||
LOWEST = 0,
|
||||
LOW,
|
||||
MID_LOW,
|
||||
MID,
|
||||
MID_HIGH,
|
||||
HIGH,
|
||||
HIGHEST,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user