yep
This commit is contained in:
@@ -4,10 +4,5 @@ namespace Shogi.Contracts.Socket;
|
||||
|
||||
public class SessionCreatedSocketMessage : ISocketResponse
|
||||
{
|
||||
public SocketAction Action { get; }
|
||||
|
||||
public SessionCreatedSocketMessage()
|
||||
{
|
||||
Action = SocketAction.SessionCreated;
|
||||
}
|
||||
public SocketAction Action => SocketAction.SessionCreated;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user