adjust wish typename

This commit is contained in:
Lightczx
2023-11-06 11:41:33 +08:00
parent 2a4c93d241
commit f41185310b
2 changed files with 5 additions and 5 deletions

View File

@@ -18,6 +18,11 @@ internal sealed partial class TypedWishSummary : Wish
private double probabilityOfPredictedPullLeftToOrange;
private double probabilityOfNextPullIsOrange;
/// <summary>
/// 类型名称,不受语言影响
/// </summary>
public string? TypeName { get; set; }
/// <summary>
/// 最大五星抽数
/// </summary>

View File

@@ -14,11 +14,6 @@ internal abstract class Wish
/// </summary>
public string Name { get; set; } = default!;
/// <summary>
/// 类型名称,不受语言影响
/// </summary>
public string? TypeName { get; set; }
/// <summary>
/// 总数
/// </summary>