From 83b5daf205dd1978f536a60da8b42051409b155f Mon Sep 17 00:00:00 2001 From: Mister_Nebula <41904486+misternebula@users.noreply.github.com> Date: Mon, 7 Dec 2020 20:49:51 +0000 Subject: [PATCH] code cleanup --- QSB/OrbSync/Events/OrbSlotEvent.cs | 2 -- QSB/OrbSync/Events/OrbSlotMessage.cs | 4 ---- QuantumUNET/QSBNetworkManagerHUD.cs | 4 +--- QuantumUNET/QSBNetworkManagerUNET.cs | 1 - 4 files changed, 1 insertion(+), 10 deletions(-) diff --git a/QSB/OrbSync/Events/OrbSlotEvent.cs b/QSB/OrbSync/Events/OrbSlotEvent.cs index 0713a14a..4f713325 100644 --- a/QSB/OrbSync/Events/OrbSlotEvent.cs +++ b/QSB/OrbSync/Events/OrbSlotEvent.cs @@ -1,7 +1,5 @@ using QSB.EventsCore; -using QSB.Utility; using QSB.WorldSync; -using QSB.WorldSync.Events; namespace QSB.OrbSync.Events { diff --git a/QSB/OrbSync/Events/OrbSlotMessage.cs b/QSB/OrbSync/Events/OrbSlotMessage.cs index a61c2731..c25da215 100644 --- a/QSB/OrbSync/Events/OrbSlotMessage.cs +++ b/QSB/OrbSync/Events/OrbSlotMessage.cs @@ -1,9 +1,5 @@ using QSB.Messaging; using QuantumUNET; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; namespace QSB.OrbSync.Events { diff --git a/QuantumUNET/QSBNetworkManagerHUD.cs b/QuantumUNET/QSBNetworkManagerHUD.cs index 78aed10d..59c17d32 100644 --- a/QuantumUNET/QSBNetworkManagerHUD.cs +++ b/QuantumUNET/QSBNetworkManagerHUD.cs @@ -1,6 +1,4 @@ -using System.Collections.Generic; -using UnityEngine; -using UnityEngine.Networking.Match; +using UnityEngine; namespace QuantumUNET { diff --git a/QuantumUNET/QSBNetworkManagerUNET.cs b/QuantumUNET/QSBNetworkManagerUNET.cs index 8e8cb471..515cee78 100644 --- a/QuantumUNET/QSBNetworkManagerUNET.cs +++ b/QuantumUNET/QSBNetworkManagerUNET.cs @@ -1,7 +1,6 @@ using OWML.Logging; using System; using System.Collections.Generic; -using System.Net; using UnityEngine; using UnityEngine.Networking; using UnityEngine.Networking.Match;