Make duplicate suffix inherent

This commit is contained in:
Matt Nadareski
2025-01-09 05:52:33 -05:00
parent bea947f7c2
commit 24387491ae
6 changed files with 13 additions and 44 deletions

View File

@@ -356,6 +356,12 @@ namespace SabreTools.DatItems
#region Sorting and Merging
/// <summary>
/// Get unique duplicate suffix on name collision
/// </summary>
/// <returns>String representing the suffix</returns>
public virtual string GetDuplicateSuffix() => _internal.GetDuplicateSuffix();
/// <summary>
/// Get the dictionary key that should be used for a given item and bucketing type
/// </summary>