Initial commit: Better-Seewo EN5 plugin v1.0.1
This commit is contained in:
8
Better-EN5/UIItemLangInfo.cs
Normal file
8
Better-EN5/UIItemLangInfo.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System.Globalization;
|
||||
|
||||
namespace BetterEN5
|
||||
{
|
||||
readonly record struct UIItemLangInfo(CultureInfo CultureInfo, string LangText)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user