Skip to content

Commit

Permalink
🎨 userIdleInfo add nextLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzaz committed Nov 14, 2023
1 parent 660ec83 commit 3d84c89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/BD.SteamClient/Models/Idle/UserIdleInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ public class UserIdleInfo
/// </summary>
public ushort UserLevel { get; set; }

/// <summary>
/// 用户下一等级
/// </summary>
public ushort NextLevel { get { return (ushort)(UserLevel + 1); } }

/// <summary>
/// 用户当前经验
/// </summary>
Expand Down

0 comments on commit 3d84c89

Please sign in to comment.