Games have icon and logo
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
namespace SteamApiWrapper.ReturnTypes;
|
||||
|
||||
public record Game(ulong appid, ulong playtime_forever, string name);
|
||||
public record Game(ulong appid, ulong playtime_forever, string name, string? img_icon_url, string? img_logo_url);
|
Reference in New Issue
Block a user