Files
OldThink/Content.Client/Wires/WiresSystem.cs

8 lines
118 B
C#
Raw Normal View History

2023-03-24 03:09:45 +03:00
using Content.Shared.Wires;
namespace Content.Client.Wires;
public sealed class WiresSystem : SharedWiresSystem
{
}