merged LiebUserId with DiscordId
This commit is contained in:
parent
49374412b3
commit
d54ce50336
19 changed files with 109 additions and 142 deletions
|
@ -61,7 +61,7 @@
|
|||
public Raid _raid { get; set; }
|
||||
|
||||
[Parameter]
|
||||
public int _liebUserId { get; set; } = -1;
|
||||
public ulong _liebUserId { get; set; } = 0;
|
||||
|
||||
[Parameter]
|
||||
public List<GuildWars2Account> _usableAccounts { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue