Files

10 lines
197 B
C#
Raw Permalink Normal View History

2023-12-11 18:15:47 -05:00
using Content.Shared.Xenoarchaeology.Equipment;
namespace Content.Client.Xenoarchaeology.Equipment;
/// <inheritdoc/>
public sealed class ArtifactCrusherSystem : SharedArtifactCrusherSystem
{
}