Resolves RadiationCollectorVisualizer is Obsolete (#13905)
This commit is contained in:
@@ -10,10 +10,10 @@ namespace Content.Shared.Singularity.Components
|
||||
|
||||
[NetSerializable, Serializable]
|
||||
public enum RadiationCollectorVisualState
|
||||
{
|
||||
Active,
|
||||
Activating,
|
||||
Deactivating,
|
||||
Deactive
|
||||
{
|
||||
Active = (1<<0),
|
||||
Activating = (1<<1) | Active,
|
||||
Deactivating = (1<<1),
|
||||
Deactive = 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user