Files
Better-Seewo/Better-EN5/UIItemLangInfo.cs
2026-06-28 01:43:01 +08:00

9 lines
149 B
C#

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