f37369cdda
Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
177 B
C#
14 lines
177 B
C#
namespace HSUI.Enums
|
|
{
|
|
public enum StrataLevel
|
|
{
|
|
LOWEST = 0,
|
|
LOW,
|
|
MID_LOW,
|
|
MID,
|
|
MID_HIGH,
|
|
HIGH,
|
|
HIGHEST,
|
|
}
|
|
}
|