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>
|
/// <summary>
|
||||||
/// Get an item based on the index
|
/// Get an item based on the index
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user