9 lines
106 B
C#
9 lines
106 B
C#
namespace Shogi.UI.Pages.Home.Account
|
|
{
|
|
public enum WhichAccountPlatform
|
|
{
|
|
Guest,
|
|
Microsoft
|
|
}
|
|
}
|