Fix ItemSlots compiler warnings (#18226)

This commit is contained in:
metalgearsloth
2023-07-23 14:48:00 +10:00
committed by GitHub
parent df1dcb74ac
commit 83e3d614f0
3 changed files with 19 additions and 24 deletions

View File

@@ -5,7 +5,6 @@ using Content.Shared.Access.Components;
using Content.Shared.Access.Systems;
using Robust.Shared.GameObjects;
using Robust.Shared.Prototypes;
using Serilog;
namespace Content.IntegrationTests.Tests.Access
{