renamed User to LiebUser

This commit is contained in:
t.ruspekhofer 2022-02-21 00:27:26 +01:00
parent e0fd579c00
commit 15608f0e31
10 changed files with 15 additions and 15 deletions

View file

@ -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; }