Remove and sort usings

This commit is contained in:
xen-42 2024-10-20 02:35:37 -04:00
parent 4cadcb2f63
commit 834fc03ea7
2 changed files with 0 additions and 14 deletions

View File

@ -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

View File

@ -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