Files
OldThink/Content.Shared/Alert/AlertCategory.cs

23 lines
396 B
C#

namespace Content.Shared.Alert;
/// <summary>
/// Every category of alert. Corresponds to category field in alert prototypes defined in YML
/// </summary>
public enum AlertCategory
{
Pressure,
Temperature,
Breathing,
Buckled,
Health,
Mood, //WD-edit
Arousal, //AMOUR-edit
Internals,
Stamina,
Piloting,
Hunger,
Thirst,
Toxins,
Battery
}