Nemanja
2023-01-01 01:06:31 -05:00
committed by GitHub
parent a2a9e25b03
commit 06a80422b5
6 changed files with 23 additions and 51 deletions

View File

@@ -1,10 +0,0 @@
using Robust.Shared.Serialization;
namespace Content.Shared.Construction
{
[NetSerializable]
public enum MachineFrameVisuals
{
State,
}
}