Clean up filter code; detuple

This commit is contained in:
Matt Nadareski
2024-10-24 01:33:41 -04:00
parent c6109fdf97
commit 3b30ed2ebb
10 changed files with 134 additions and 142 deletions

View File

@@ -42,7 +42,7 @@ namespace SabreTools.Core.Tools
/// <summary>
/// Attempt to get all DatItem types
/// </summary>
public static string?[] GetDatItemTypeNames()
public static string[] GetDatItemTypeNames()
{
List<string> typeNames = [];