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