Files
OldThink/Content.Server/Traitor/Uplink/Telecrystal/TelecrystalComponent.cs

8 lines
149 B
C#
Raw Normal View History

namespace Content.Server.Traitor.Uplink.Telecrystal
{
[RegisterComponent]
public sealed class TelecrystalComponent : Component
{
}
}