Cleanup of ModelBackedItem common functionality

This commit is contained in:
Matt Nadareski
2025-01-07 16:40:35 -05:00
parent b576f79c98
commit 6eaa7d0422
11 changed files with 921 additions and 962 deletions

View File

@@ -51,7 +51,7 @@ namespace SabreTools.Core.Tools
/// </summary>
/// <typeparam name="T">Enum type that is expected</typeparam>
/// <returns>Dictionary of string to enum values</returns>
internal static Dictionary<string, T> GenerateToEnum<T>()
public static Dictionary<string, T> GenerateToEnum<T>()
{
try
{