mirror of
https://github.com/morbalint/kemkas-backend.git
synced 2026-07-17 21:23:46 +00:00
[2e][db] Add coins for 2e
breaking API change
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user