squash a bunch of commits
This commit is contained in:
9
Shogi.Sockets/Models/WhichLoginPlatform.cs
Normal file
9
Shogi.Sockets/Models/WhichLoginPlatform.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Shogi.Api.Models
|
||||
{
|
||||
public enum WhichLoginPlatform
|
||||
{
|
||||
Unknown,
|
||||
Microsoft,
|
||||
Guest
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user