Files
tbd-station-14/Content.Client/Wires/WiresVisualsComponent.cs
2022-08-16 03:04:07 -07:00

8 lines
129 B
C#

namespace Content.Client.Wires
{
[RegisterComponent]
public sealed class WiresVisualsComponent : Component
{
}
}