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]
|
2023-08-22 18:14:33 -07:00
|
|
|
|
public sealed partial class PhasingArtifactComponent : Component
|
2023-01-03 17:13:10 -06:00
|
|
|
|
{
|
|
|
|
|
|
}
|