ECS computers (#6353)

This commit is contained in:
metalgearsloth
2022-02-03 10:20:17 +11:00
committed by GitHub
parent 796329cf17
commit 32a1f6ae93
5 changed files with 89 additions and 103 deletions

View File

@@ -4,12 +4,8 @@ using Robust.Shared.Serialization;
namespace Content.Shared.Computer
{
public class SharedComputerComponent : Component
{
}
[Serializable, NetSerializable]
public enum ComputerVisuals
public enum ComputerVisuals : byte
{
// Bool
Powered,