mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
chore: 长草任务ViewModel调整
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY
|
||||
// </copyright>
|
||||
|
||||
#nullable enable
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
@@ -23,11 +22,10 @@ using MaaWpfGui.Utilities.ValueType;
|
||||
using MaaWpfGui.ViewModels.UI;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using Stylet;
|
||||
|
||||
namespace MaaWpfGui.ViewModels.UserControl.TaskQueue;
|
||||
|
||||
public class RoguelikeSettingsUserControlModel : PropertyChangedBase
|
||||
public class RoguelikeSettingsUserControlModel : TaskViewModel
|
||||
{
|
||||
static RoguelikeSettingsUserControlModel()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user