Auto comp (#6416)
This commit is contained in:
@@ -9,8 +9,6 @@ namespace Content.Shared.Flash
|
||||
[NetworkedComponent, Friend(typeof(SharedFlashSystem))]
|
||||
public abstract class SharedFlashableComponent : Component
|
||||
{
|
||||
public override string Name => "Flashable";
|
||||
|
||||
public float Duration { get; set; }
|
||||
public TimeSpan LastFlash { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user