Files

11 lines
329 B
C#
Raw Permalink Normal View History

2023-01-03 17:13:10 -06:00
namespace Content.Server.Xenoarchaeology.XenoArtifacts.Effects.Components;
/// <summary>
/// Removes the masks/layers of hard fixtures from the artifact when added, allowing it to pass through walls
/// and such.
/// </summary>
[RegisterComponent]
public sealed partial class PhasingArtifactComponent : Component
2023-01-03 17:13:10 -06:00
{
}