Exemplo n.º 1
0
 private int GetGameCount(Games g)
 {
     return(g.Response.GameCount);
 }
Exemplo n.º 2
0
 private int GetPlaytimeTwoWeeks(Games g) => g.Response.Games.FirstOrDefault(x => x.AppId == appId).PlaytimeTwoWeeks;
Exemplo n.º 3
0
 private int GetPlaytimeForever(Games g) => g.Response.Games.FirstOrDefault(x => x.AppId == appId).PlaytimeForever;
Exemplo n.º 4
0
 private int GetGameCount(Games g) => g.Response.GameCount;