changes LiebContext, renamed User to LiebUser
This commit is contained in:
parent
bde2735096
commit
7b44e41eb2
12 changed files with 31 additions and 20 deletions
|
@ -6,7 +6,7 @@
|
|||
public short Quickness { get; set; }
|
||||
public short Alacrity { get; set; }
|
||||
public short Heal { get; set; }
|
||||
public User Tank { get; set; } = new User();
|
||||
public LiebUser Tank { get; set; } = new LiebUser();
|
||||
|
||||
public bool RandomClass { get; set; }
|
||||
public bool RandomEliteSpecialization { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue