[2e][db] Add coins for 2e

breaking API change
This commit is contained in:
2024-05-22 22:06:55 +02:00
parent ebe5c33332
commit 779a5c349b
8 changed files with 803 additions and 5 deletions
@@ -21,4 +21,13 @@ public class KarakterFelszereles2eDto
[JsonPropertyName("aprosagok")]
public IList<FelszerelesIdAndCount> Aprosagok { get; set; }
[JsonPropertyName("at")]
public int AranyTaller { get; set; }
[JsonPropertyName("el")]
public int ElektrumTaller { get; set; }
[JsonPropertyName("et")]
public int EzustTaller { get; set; }
}