Random Messages don't show empty roles

No Flex Button in random raids
Reworked random sign up to keep roles after signing off
This commit is contained in:
Sarah Faey 2022-12-10 19:51:05 +01:00
parent 0c319a0a8a
commit 2288e48308
7 changed files with 161 additions and 70 deletions

View file

@ -15,6 +15,8 @@ namespace SharedClasses.SharedModels
public int RaidId { get; set; }
public bool AllowFlexRole {get; set;}
public DateTimeOffset StartTimeUTC { get; set; } = DateTime.Now;
public DateTimeOffset EndTimeUTC { get; set; }