reintroduce microsoft login. upgrade a bunch of stuff.
This commit is contained in:
@@ -54,6 +54,7 @@ public class ShogiSocket : IDisposable
|
||||
switch (action)
|
||||
{
|
||||
case SocketAction.SessionCreated:
|
||||
Console.WriteLine("Session created event.");
|
||||
this.OnCreateGameMessage?.Invoke(this, JsonSerializer.Deserialize<SessionCreatedSocketMessage>(memory, this.serializerOptions)!);
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user