Auto comp (#6416)
This commit is contained in:
@@ -15,8 +15,6 @@ namespace Content.Server.Xenoarchaeology.XenoArtifacts.Effects.Components;
|
||||
[RegisterComponent]
|
||||
public class SpawnArtifactComponent : Component
|
||||
{
|
||||
public override string Name => "SpawnArtifact";
|
||||
|
||||
[DataField("random")]
|
||||
public bool RandomPrototype = true;
|
||||
|
||||
|
||||
@@ -11,8 +11,6 @@ namespace Content.Server.Xenoarchaeology.XenoArtifacts.Effects.Components;
|
||||
[RegisterComponent]
|
||||
public class TelepathicArtifactComponent : Component
|
||||
{
|
||||
public override string Name => "TelepathicArtifact";
|
||||
|
||||
/// <summary>
|
||||
/// Loc string ids of telepathic messages.
|
||||
/// Will be randomly picked and shown to player.
|
||||
|
||||
Reference in New Issue
Block a user