mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
adjust wish typename
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -14,11 +14,6 @@ internal abstract class Wish
|
||||
/// </summary>
|
||||
public string Name { get; set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// 类型名称,不受语言影响
|
||||
/// </summary>
|
||||
public string? TypeName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 总数
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user