Files
Better-Seewo/Better-EN5/UIItemLangInfo.cs

9 lines
149 B
C#
Raw Normal View History

using System.Globalization;
namespace BetterEN5
{
readonly record struct UIItemLangInfo(CultureInfo CultureInfo, string LangText)
{
}
}