ECS ComputerVisualizer (#13289)

This commit is contained in:
AJCM-git
2023-01-15 00:01:47 -04:00
committed by GitHub
parent 0875865d6d
commit 6211ea7064
11 changed files with 523 additions and 591 deletions

View File

@@ -5,10 +5,6 @@ namespace Content.Shared.Computer
[Serializable, NetSerializable]
public enum ComputerVisuals : byte
{
// Bool
Powered,
// Bool
Broken
Powered
}
}