Add method to get bucket keys

This commit is contained in:
Matt Nadareski
2024-03-13 19:42:34 -04:00
parent 4f8a5c4b0b
commit 8fb47722b1

View File

@@ -132,6 +132,11 @@ namespace SabreTools.DatFiles
}
}
/// <summary>
/// Get all bucket keys
/// </summary>
public string[] GetBucketKeys() => [.. _buckets.Keys];
/// <summary>
/// Get an item based on the index
/// </summary>