added prestige along with other stuff

such as fucking up migrations oh god what have I done god please no
This commit is contained in:
Lan
2020-05-04 21:18:09 +03:00
parent 3327138ca8
commit 9f32d58b01
28 changed files with 316 additions and 1796 deletions

View File

@@ -35,6 +35,7 @@ namespace Kehyeedra3.Services.Models
public ulong Lvl { get; set; } = 0;
public byte RodOwned { get; set; } = 0;
public byte RodUsed { get; set; } = 0;
public int Prestige { get; set; } = 0;
[Column(TypeName="LONGTEXT")]
public string Inventory { get; set; } = "{}";