Files
OldThink/Content.Shared/Alert/AlertCategory.cs
HitPanda 2cd1656188 [Fix] Mood system fix (#439)
* mood back

* fix ready
2024-01-24 08:21:05 +03:00

22 lines
370 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
Internals,
Stamina,
Piloting,
Hunger,
Thirst,
Toxins,
Battery
}