mirror of
https://github.com/HolographicHat/Yae.git
synced 2025-12-15 02:48:12 +08:00
update
This commit is contained in:
@@ -1,8 +1,18 @@
|
||||
namespace YaeAchievement;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
namespace YaeAchievement;
|
||||
|
||||
[SuppressMessage("Usage", "CA2211:非常量字段应当不可见")]
|
||||
[SuppressMessage("ReSharper", "ConvertToConstant.Global")]
|
||||
[SuppressMessage("ReSharper", "FieldCanBeMadeReadOnly.Global")]
|
||||
public static class GlobalVars {
|
||||
|
||||
public static bool Verbose = false;
|
||||
public const string LibName = "YaeAchievementLib.dll";
|
||||
public const string PipeName = "YaeAchievementPipe";
|
||||
public static bool UnexpectedExit = true;
|
||||
public static string GamePath = "";
|
||||
|
||||
public const string LibName = "YaeLib.dll";
|
||||
public const string PipeName = "YaeAchievementPipe";
|
||||
public const string ConfigFileName = "YaeAchievement.runtimeconfig.json";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user