Revert "changes LiebContext, renamed User to LiebUser"

This reverts commit 7b44e41eb2.
This commit is contained in:
t.ruspekhofer 2022-02-20 15:48:20 +01:00
parent 31a0e20f1d
commit e0fd579c00
12 changed files with 20 additions and 31 deletions

View file

@ -6,7 +6,7 @@
public short Quickness { get; set; }
public short Alacrity { get; set; }
public short Heal { get; set; }
public LiebUser Tank { get; set; } = new LiebUser();
public User Tank { get; set; } = new User();
public bool RandomClass { get; set; }
public bool RandomEliteSpecialization { get; set; }