mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-15 03:31:30 +01:00
Remove entity storage compref (#19557)
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
using Content.Shared.Storage.EntitySystems;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using Content.Shared.Storage.Components;
|
||||
using Content.Shared.Storage.EntitySystems;
|
||||
|
||||
namespace Content.Client.Storage.Systems;
|
||||
|
||||
public sealed class EntityStorageSystem : SharedEntityStorageSystem
|
||||
{
|
||||
|
||||
public override bool ResolveStorage(EntityUid uid, [NotNullWhen(true)] ref SharedEntityStorageComponent? component)
|
||||
{
|
||||
return Resolve(uid, ref component);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user