ups
This commit is contained in:
parent
758c2b9d03
commit
0b4492c3fc
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ namespace Lieb.Models.GuildWars2.Raid
|
||||||
public LiebUser? LiebUser { get; set; }
|
public LiebUser? LiebUser { get; set; }
|
||||||
public GuildWars2Account? GuildWars2Account { get; set; }
|
public GuildWars2Account? GuildWars2Account { get; set; }
|
||||||
public RaidRole RaidRole { get; set; }
|
public RaidRole RaidRole { get; set; }
|
||||||
|
public bool IsMessageSignUp {get { return SignUpType != SignUpType.SignedOff && SignUpType != SignUpType.Flex;}}
|
||||||
|
|
||||||
public RaidSignUp(int raidId, ulong userId, int gw2AccountId, int roleId, SignUpType signUpType)
|
public RaidSignUp(int raidId, ulong userId, int gw2AccountId, int roleId, SignUpType signUpType)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue