Added renaming users and main gw2 accounts
This commit is contained in:
parent
aad07809d2
commit
c4ecb512d7
13 changed files with 172 additions and 22 deletions
14
SharedClasses/SharedModels/ApiRenameUser.cs
Normal file
14
SharedClasses/SharedModels/ApiRenameUser.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
namespace SharedClasses.SharedModels
|
||||
{
|
||||
public class ApiRenameUser
|
||||
{
|
||||
public ulong userId { get; set; }
|
||||
|
||||
public string Name { get; set; } = String.Empty;
|
||||
|
||||
public string Account { get; set; } = String.Empty;
|
||||
|
||||
public List<ulong> ServerIds { get; set; } = new List<ulong>();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue