Update RoleCombatData.cs

This commit is contained in:
DismissedLight
2024-07-09 17:04:05 +08:00
parent 0a24e19625
commit 55799d0731

View File

@@ -18,6 +18,5 @@ internal sealed class RoleCombatData
public bool HasData { get; set; }
[JsonPropertyName("has_detail_data")]
[MemberNotNullWhen(true, nameof(Detail))]
public bool HasDetailData { get; set; }
}