Auto comp (#6416)
This commit is contained in:
@@ -17,9 +17,6 @@ namespace Content.Shared.Storage
|
||||
public abstract class SharedStorageComponent : Component, IDraggable
|
||||
{
|
||||
[Dependency] private readonly IEntityManager _entMan = default!;
|
||||
|
||||
public override string Name => "Storage";
|
||||
|
||||
public abstract IReadOnlyList<EntityUid>? StoredEntities { get; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user