Files
tbd-station-14/Content.Shared/Computer/SharedComputerComponent.cs
2023-01-15 00:01:47 -04:00

11 lines
177 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared.Computer
{
[Serializable, NetSerializable]
public enum ComputerVisuals : byte
{
Powered
}
}