mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
@@ -6,6 +6,7 @@ using BetterGenshinImpact.Helpers;
|
||||
using BetterGenshinImpact.Service;
|
||||
using System;
|
||||
using System.Threading;
|
||||
using BetterGenshinImpact.Core.Script.Group;
|
||||
|
||||
namespace BetterGenshinImpact.GameTask
|
||||
{
|
||||
@@ -16,6 +17,7 @@ namespace BetterGenshinImpact.GameTask
|
||||
{
|
||||
private static TaskContext? _uniqueInstance;
|
||||
private static object? InstanceLocker;
|
||||
public ScriptGroupProject? CurrentScriptProject { get; set; }
|
||||
|
||||
#pragma warning disable CS8618 // 在退出构造函数时,不可为 null 的字段必须包含非 null 值。请考虑声明为可以为 null。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user