Removed extra comp name attributes (#6449)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.Serialization.Manager.Attributes;
|
||||
|
||||
namespace Content.Server.Explosion.Components
|
||||
{
|
||||
[RegisterComponent, ComponentProtoName("OnUseTimerTrigger")]
|
||||
[RegisterComponent]
|
||||
public class OnUseTimerTriggerComponent : Component
|
||||
{
|
||||
[DataField("delay")] public float Delay = 0f;
|
||||
|
||||
Reference in New Issue
Block a user