mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
fix: qodana
This commit is contained in:
@@ -39,7 +39,7 @@ namespace MaaWpfGui.Helper
|
||||
/// <summary>
|
||||
/// Gets 当前理智 / 最大理智
|
||||
/// </summary>
|
||||
public static int[] Sanity { get; }
|
||||
public static int[] Sanity { get; } = { -1, -1 };
|
||||
|
||||
public static DateTimeOffset ReportTime { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user