mirror of
https://github.com/yawaflua/spworlds-csharp-library.git
synced 2025-12-10 04:29:25 +02:00
Update UserAccount.cs
This commit is contained in:
committed by
GitHub
parent
2df80a4c4b
commit
3c72d2b5cb
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user