Intercom Tweaks and Fixes (#13032)
Closes https://github.com/space-wizards/space-station-14/issues/13023
This commit is contained in:
15
Content.Shared/Radio/RadioVisuals.cs
Normal file
15
Content.Shared/Radio/RadioVisuals.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Radio;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum RadioDeviceVisuals : byte
|
||||
{
|
||||
Broadcasting
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum RadioDeviceVisualLayers : byte
|
||||
{
|
||||
Broadcasting
|
||||
}
|
||||
Reference in New Issue
Block a user