Update UserAccount.cs

This commit is contained in:
Dima yawaflua Andreev
2024-04-18 18:43:10 +03:00
committed by GitHub
parent 2df80a4c4b
commit 3c72d2b5cb

View File

@@ -7,7 +7,7 @@ using System.Threading.Tasks;
namespace spworlds.Types namespace spworlds.Types
{ {
// Root myDeserializedClass = JsonConvert.DeserializeObject<Root>(myJsonResponse); // Root myDeserializedClass = JsonConvert.DeserializeObject<Root>(myJsonResponse);
public class UserCard public class MyCard
{ {
public string id { get; set; } public string id { get; set; }
public string name { get; set; } public string name { get; set; }