mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
圣遗物分解的bugfix和优化 (#2114)
This commit is contained in:
@@ -3,9 +3,9 @@ using BetterGenshinImpact.GameTask.Model;
|
||||
|
||||
namespace BetterGenshinImpact.GameTask.Shell;
|
||||
|
||||
public class ShellTaskParam : BaseTaskParam
|
||||
public class ShellTaskParam : BaseTaskParam<ShellTask>
|
||||
{
|
||||
private ShellTaskParam(string command, int configTimeoutSeconds, bool configNoWindow, bool configOutput, bool configDisable)
|
||||
private ShellTaskParam(string command, int configTimeoutSeconds, bool configNoWindow, bool configOutput, bool configDisable) : base(null, null)
|
||||
{
|
||||
Command = command;
|
||||
TimeoutSeconds = configTimeoutSeconds;
|
||||
|
||||
Reference in New Issue
Block a user