From c0a03a8bb14d3c42685234b999cbc3b737533b01 Mon Sep 17 00:00:00 2001 From: Js41637 Date: Sat, 7 Sep 2024 14:55:41 +1000 Subject: [PATCH] chore: tidy --- TACTLib/Core/Product/MNDX/TBitEntryArray.cs | 1 - TACTLib/Core/Product/MNDX/TNameIndexStruct.cs | 1 - TACTLib/Core/Product/MNDX/TSparseArray.cs | 1 - 3 files changed, 3 deletions(-) diff --git a/TACTLib/Core/Product/MNDX/TBitEntryArray.cs b/TACTLib/Core/Product/MNDX/TBitEntryArray.cs index c633c45..2dc7636 100644 --- a/TACTLib/Core/Product/MNDX/TBitEntryArray.cs +++ b/TACTLib/Core/Product/MNDX/TBitEntryArray.cs @@ -1,6 +1,5 @@ using System.Collections.Generic; using System.IO; -using static TACTLib.Helpers.Extensions; // https://raw.githubusercontent.com/WoW-Tools/CascLib/master/CascLib/RootHandlers/MNDXRootHandler.cs diff --git a/TACTLib/Core/Product/MNDX/TNameIndexStruct.cs b/TACTLib/Core/Product/MNDX/TNameIndexStruct.cs index e15f137..c185262 100644 --- a/TACTLib/Core/Product/MNDX/TNameIndexStruct.cs +++ b/TACTLib/Core/Product/MNDX/TNameIndexStruct.cs @@ -1,5 +1,4 @@ using System.IO; -using static TACTLib.Helpers.Extensions; // https://raw.githubusercontent.com/WoW-Tools/CascLib/master/CascLib/RootHandlers/MNDXRootHandler.cs diff --git a/TACTLib/Core/Product/MNDX/TSparseArray.cs b/TACTLib/Core/Product/MNDX/TSparseArray.cs index 0d8fda9..34c77fc 100644 --- a/TACTLib/Core/Product/MNDX/TSparseArray.cs +++ b/TACTLib/Core/Product/MNDX/TSparseArray.cs @@ -1,5 +1,4 @@ using System.IO; -using static TACTLib.Helpers.Extensions; // https://raw.githubusercontent.com/WoW-Tools/CascLib/master/CascLib/RootHandlers/MNDXRootHandler.cs