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