mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Clean up filter code; detuple
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user