Files
crystall-punk-14/Content.Shared/Alert/AlertCategory.cs

18 lines
309 B
C#
Raw Normal View History

2022-01-05 00:19:23 -08:00
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,
Piloting,
Hunger,
Thirst,
Toxins
}