fix: qodana

This commit is contained in:
status102
2023-09-26 21:45:05 +08:00
parent 758459f9c8
commit 85702bbd74

View File

@@ -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; }
}