Auto comp (#6416)
This commit is contained in:
@@ -26,8 +26,6 @@ namespace Content.Shared.Actions.Components
|
||||
[RegisterComponent]
|
||||
public class ItemActionsComponent : Component
|
||||
{
|
||||
public override string Name => "ItemActions";
|
||||
|
||||
/// <summary>
|
||||
/// Configuration for the item actions initially provided by this item. Actions defined here
|
||||
/// will be automatically granted unless their state is modified using the methods
|
||||
|
||||
@@ -40,8 +40,6 @@ namespace Content.Shared.Actions.Components
|
||||
[Dependency]
|
||||
protected readonly IEntityManager EntityManager = default!;
|
||||
|
||||
public override string Name => "Actions";
|
||||
|
||||
/// <summary>
|
||||
/// Actions granted to this entity as soon as they spawn, regardless
|
||||
/// of the status of the entity.
|
||||
|
||||
Reference in New Issue
Block a user