Auto comp (#6416)
This commit is contained in:
@@ -4,6 +4,5 @@ namespace Content.Shared.Singularity.Components
|
||||
{
|
||||
public abstract class SharedContainmentFieldComponent : Component
|
||||
{
|
||||
public override string Name => "ContainmentField";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,5 @@ namespace Content.Shared.Singularity.Components
|
||||
{
|
||||
public abstract class SharedContainmentFieldGeneratorComponent : Component
|
||||
{
|
||||
public override string Name => "ContainmentFieldGenerator";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,8 +10,6 @@ namespace Content.Shared.Singularity.Components
|
||||
[NetworkedComponent]
|
||||
public abstract class SharedSingularityComponent : Component
|
||||
{
|
||||
public override string Name => "Singularity";
|
||||
|
||||
/// <summary>
|
||||
/// The radiation pulse component's radsPerSecond is set to the singularity's level multiplied by this number.
|
||||
/// </summary>
|
||||
|
||||
@@ -12,8 +12,6 @@ namespace Content.Shared.Singularity.Components
|
||||
[NetworkedComponent]
|
||||
public class SingularityDistortionComponent : Component
|
||||
{
|
||||
public override string Name => "SingularityDistortion";
|
||||
|
||||
[DataField("intensity")]
|
||||
private float _intensity = 0.25f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user