From d3d280b1e3fb26ed0d51f0338ed35dce7f492e6c Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Tue, 9 Jul 2024 20:05:08 -0400 Subject: [PATCH] Update SharedStorageSystem.cs --- Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs b/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs index 75516af67dd..799fb7e33e9 100644 --- a/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs +++ b/Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs @@ -12,6 +12,7 @@ using Content.Shared.Interaction; using Content.Shared.Item; using Content.Shared.Lock; +using Content.Shared.Nyanotrasen.Item.PseudoItem; using Content.Shared.Materials; using Content.Shared.Placeable; using Content.Shared.Popups;