Hold include uid setting

This commit is contained in:
2022-11-27 16:38:24 +08:00
parent ba4837f1f8
commit 74ddb428ee
6 changed files with 36 additions and 4 deletions

View File

@@ -31,5 +31,15 @@ namespace GrasscutterTools.Utils
Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),
"GrasscutterTools",
filename);
/// <summary>
/// UID
/// </summary>
public static int UID { get; set; }
/// <summary>
/// 生成命令是否包含UID
/// </summary>
public static bool IsIncludeUID { get; set; }
}
}