From 38187ede3d9ae8a6a5ce85b8eb5c0fa7e4ec21f4 Mon Sep 17 00:00:00 2001 From: Ivaylo-Lafchiev Date: Sat, 11 Feb 2023 13:27:38 +0000 Subject: [PATCH] Fix import --- GameClasses/InventoryGui.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/GameClasses/InventoryGui.cs b/GameClasses/InventoryGui.cs index 54fec25..9312793 100644 --- a/GameClasses/InventoryGui.cs +++ b/GameClasses/InventoryGui.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; -using static System.Xml.XmlWellFormedWriter.AttributeValueCache; namespace ValheimRecycle {