mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add method to get bucket keys
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user