11 lines
329 B
C#
11 lines
329 B
C#
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
|
|
{
|
|
}
|