mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
refactor: 迁移理智, 战斗次数, 代理倍率, 关卡理智缓存 (#12986)
rft: 迁移理智, 战斗次数, 代理倍率, 关卡理智缓存
This commit is contained in:
@@ -33,6 +33,10 @@ namespace MaaWpfGui.ViewModels.UserControl.TaskQueue;
|
||||
/// </summary>
|
||||
public class FightSettingsUserControlModel : TaskViewModel
|
||||
{
|
||||
public static FightTimes? FightReport { get; set; }
|
||||
|
||||
public static SanityInfo? SanityReport { get; set; }
|
||||
|
||||
static FightSettingsUserControlModel()
|
||||
{
|
||||
Instance = new();
|
||||
|
||||
Reference in New Issue
Block a user