6
StarHorizon_Public/Content.Shared/Computer/SharedComputerComponent.cs
2025-11-03 10:15:18 +03:00

11 lines
177 B
C#

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