Trying out some json converters
This commit is contained in:
14
TOOHUCardAPI/DTO/RankData/RankCardDTO.cs
Normal file
14
TOOHUCardAPI/DTO/RankData/RankCardDTO.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace TOOHUCardAPI.DTO.RankData
|
||||
{
|
||||
public class RankCardDTO
|
||||
{
|
||||
public string ItemName { get; set; }
|
||||
public int Star { get; set; }
|
||||
public long Damage { get; set; }
|
||||
public int Power { get; set; }
|
||||
public int Attack { get; set; }
|
||||
public Dictionary<int, string> Equip { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user