Added tostring method for the fullgamepadsupport class.
This commit is contained in:
parent
254d2e2516
commit
b29805c531
@ -13,5 +13,10 @@ namespace SteamStorefrontAPI.Classes
|
||||
{
|
||||
[JsonProperty("full_gamepad")]
|
||||
public bool FullGamepad { get; set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return FullGamepad.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user