fix: 忘删了

This commit is contained in:
status102
2026-01-09 23:12:13 +08:00
parent 68e3d0eb14
commit 030bae2650

View File

@@ -158,11 +158,5 @@ public class AsstCopilotTask : AsstBaseTask
/// </summary>
[JsonProperty("is_raid")]
public bool IsRaid { get; set; }
/// <summary>
/// Gets or sets a value indicating whether 悖论模拟
/// </summary>
[JsonProperty("is_paradox")]
public bool IsParadox { get; set; }
}
}