9 lines
149 B
C#
9 lines
149 B
C#
|
|
using System.Globalization;
|
||
|
|
|
||
|
|
namespace BetterEN5
|
||
|
|
{
|
||
|
|
readonly record struct UIItemLangInfo(CultureInfo CultureInfo, string LangText)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|