Auto comp (#6416)
This commit is contained in:
@@ -9,8 +9,6 @@ namespace Content.Server.Flash.Components
|
||||
[RegisterComponent, Friend(typeof(FlashSystem))]
|
||||
public class FlashComponent : Component
|
||||
{
|
||||
public override string Name => "Flash";
|
||||
|
||||
[DataField("duration")]
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
public int FlashDuration { get; set; } = 5000;
|
||||
|
||||
@@ -8,8 +8,6 @@ namespace Content.Server.Flash.Components
|
||||
[RegisterComponent, Friend(typeof(FlashSystem))]
|
||||
public class FlashImmunityComponent : Component
|
||||
{
|
||||
public override string Name => "FlashImmunity";
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("enabled")]
|
||||
public bool Enabled { get; set; } = true;
|
||||
|
||||
@@ -9,8 +9,6 @@ namespace Content.Server.Flash.Components
|
||||
[RegisterComponent]
|
||||
internal sealed class FlashOnTriggerComponent : Component
|
||||
{
|
||||
public override string Name => "FlashOnTrigger";
|
||||
|
||||
[DataField("range")] internal float Range = 1.0f;
|
||||
[DataField("duration")] internal float Duration = 8.0f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user