Good Intercoms (#17950)
* crystal anomaly * Good intercoms * fixes * fix construction fail * Revert "crystal anomaly" This reverts commit 0d9e3f62ff82c79e72f882b9c7f4ca1b9c6e6dd8. * migration
This commit is contained in:
@@ -5,11 +5,13 @@ namespace Content.Shared.Radio;
|
||||
[Serializable, NetSerializable]
|
||||
public enum RadioDeviceVisuals : byte
|
||||
{
|
||||
Broadcasting
|
||||
Broadcasting,
|
||||
Speaker
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum RadioDeviceVisualLayers : byte
|
||||
{
|
||||
Broadcasting
|
||||
Broadcasting,
|
||||
Speaker
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user