ECSatize AlertsSystem (#5559)
This commit is contained in:
16
Content.Shared/Alert/AlertCategory.cs
Normal file
16
Content.Shared/Alert/AlertCategory.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user