7 lines
185 B
C#
7 lines
185 B
C#
using Content.Shared.Xenoarchaeology.Artifact;
|
|
|
|
namespace Content.Client.Xenoarchaeology.Artifact;
|
|
|
|
/// <inheritdoc/>
|
|
public sealed class XenoArtifactSystem : SharedXenoArtifactSystem;
|