yep
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Shogi.Contracts.Types;
|
||||
|
||||
namespace Shogi.Contracts.Socket
|
||||
{
|
||||
public class SessionJoinedByPlayerSocketMessage : ISocketResponse
|
||||
{
|
||||
public SocketAction Action => SocketAction.SessionJoined;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user