From f12e8977fc176049893b566a1fadc240f2671b9e Mon Sep 17 00:00:00 2001 From: CWX Date: Sun, 29 Jan 2023 20:42:03 +0000 Subject: [PATCH] remove unused usings --- Live/CWX_DebuggingTool/BotmonClass.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Live/CWX_DebuggingTool/BotmonClass.cs b/Live/CWX_DebuggingTool/BotmonClass.cs index c0b1a9c..e382722 100644 --- a/Live/CWX_DebuggingTool/BotmonClass.cs +++ b/Live/CWX_DebuggingTool/BotmonClass.cs @@ -1,11 +1,10 @@ -using EFT.UI; +using Comfort.Common; +using EFT; +using EFT.UI; using System; -using UnityEngine; using System.Collections.Generic; using System.Linq; -using System.Text; -using Comfort.Common; -using EFT; +using UnityEngine; namespace CWX_DebuggingTool {