mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
feat: 远程控制支持生息演算2(?
This commit is contained in:
@@ -647,6 +647,10 @@ namespace MaaWpfGui.Services.RemoteControl
|
||||
taskRet &= InvokeStaticFunction<bool>(Instances.TaskQueueViewModel.GetType(), "AppendReclamation");
|
||||
break;
|
||||
|
||||
case "ReclamationAlgorithm2":
|
||||
taskRet &= InvokeStaticFunction<bool>(Instances.TaskQueueViewModel.GetType(), "AppendReclamation2");
|
||||
break;
|
||||
|
||||
default:
|
||||
--count;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user