squash a bunch of commits
This commit is contained in:
12
Shogi.UI/Pages/Home/Account/User.cs
Normal file
12
Shogi.UI/Pages/Home/Account/User.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Shogi.UI.Pages.Home.Account
|
||||
{
|
||||
public class User
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string DisplayName { get; set; }
|
||||
|
||||
public WhichAccountPlatform WhichAccountPlatform { get; set; }
|
||||
|
||||
public Guid OneTimeSocketToken { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user