merged LiebUserId with DiscordId

This commit is contained in:
t.ruspekhofer 2022-05-17 23:14:58 +02:00
parent 49374412b3
commit d54ce50336
19 changed files with 109 additions and 142 deletions

View file

@ -31,7 +31,7 @@ namespace Lieb.Models.GuildWars2.Raid
public bool MoveFlexUsers { get; set; } = true;
public int RaidOwnerId { get; set; }
public ulong RaidOwnerId { get; set; }
//role name, number of spots
public ICollection<RaidRole> Roles { get; set; } = new HashSet<RaidRole>();