mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-17 09:26:50 +08:00
Remove ITaskConfig
This commit is contained in:
@@ -8,7 +8,7 @@ namespace BetterGenshinImpact.GameTask.AutoFishing
|
||||
/// 自动钓鱼配置
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public partial class AutoFishingConfig : ObservableObject, ITaskConfig
|
||||
public partial class AutoFishingConfig : ObservableObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 触发器是否启用
|
||||
|
||||
@@ -8,7 +8,7 @@ using System.Threading.Tasks;
|
||||
namespace BetterGenshinImpact.GameTask.AutoPick
|
||||
{
|
||||
[Serializable]
|
||||
public partial class AutoPickConfig : ObservableObject, ITaskConfig
|
||||
public partial class AutoPickConfig : ObservableObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 触发器是否启用
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace BetterGenshinImpact.GameTask.AutoSkip
|
||||
/// 自动跳过剧情配置
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public partial class AutoSkipConfig : ObservableObject, ITaskConfig
|
||||
public partial class AutoSkipConfig : ObservableObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 触发器是否启用
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BetterGenshinImpact.GameTask
|
||||
{
|
||||
public class TaskConfig
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user