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;
|
||||
|
||||
Reference in New Issue
Block a user