[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
+6
View File
@@ -30,6 +30,12 @@ public class V2Karakter
public string? Pancel { get; set; }
public string? Pajzs { get; set; }
public int AranyTaller { get; set; }
public int ElektrumTaller { get; set; }
public int EzustTaller { get; set; }
[ForeignKey(nameof(OwnerUserId))]
public ApplicationUser? OwnerUser { get; set; }