From 834fc03ea7d3aa845d16b4906863f0603ca69c02 Mon Sep 17 00:00:00 2001 From: xen-42 Date: Sun, 20 Oct 2024 02:35:37 -0400 Subject: [PATCH] Remove and sort usings --- NewHorizons/Components/Props/NHItem.cs | 7 ------- NewHorizons/Components/Props/NHItemSocket.cs | 7 ------- 2 files changed, 14 deletions(-) diff --git a/NewHorizons/Components/Props/NHItem.cs b/NewHorizons/Components/Props/NHItem.cs index bdf3e388..cdc783b5 100644 --- a/NewHorizons/Components/Props/NHItem.cs +++ b/NewHorizons/Components/Props/NHItem.cs @@ -1,12 +1,5 @@ using NewHorizons.Builder.Props; using NewHorizons.Handlers; -using OWML.Utils; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Net.Sockets; -using System.Text; -using System.Threading.Tasks; using UnityEngine; namespace NewHorizons.Components.Props diff --git a/NewHorizons/Components/Props/NHItemSocket.cs b/NewHorizons/Components/Props/NHItemSocket.cs index bd40a96d..ce1cd913 100644 --- a/NewHorizons/Components/Props/NHItemSocket.cs +++ b/NewHorizons/Components/Props/NHItemSocket.cs @@ -1,10 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using UnityEngine; - namespace NewHorizons.Components.Props { public class NHItemSocket : OWItemSocket