ECSatize AlertsSystem (#5559)
This commit is contained in:
12
Content.Shared/Alert/AlertState.cs
Normal file
12
Content.Shared/Alert/AlertState.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Alert;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public struct AlertState
|
||||
{
|
||||
public short? Severity;
|
||||
public (TimeSpan, TimeSpan)? Cooldown;
|
||||
public AlertType Type;
|
||||
}
|
||||
Reference in New Issue
Block a user