Move from the hand.
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
namespace Shogi.Contracts.Socket;
|
||||
|
||||
public class SessionJoinedByPlayerSocketMessage : ISocketResponse
|
||||
public class SessionJoinedByPlayerSocketMessage : ISocketMessage
|
||||
{
|
||||
public SocketAction Action => SocketAction.SessionJoined;
|
||||
|
||||
public string SessionName { get; }
|
||||
public string SessionName { get; set; }
|
||||
|
||||
public SessionJoinedByPlayerSocketMessage(string sessionName)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user