squash a bunch of commits
This commit is contained in:
13
Shogi.Contracts/Socket/CreateGame.cs
Normal file
13
Shogi.Contracts/Socket/CreateGame.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Shogi.Contracts.Types;
|
||||
|
||||
namespace Shogi.Contracts.Socket;
|
||||
|
||||
public class SessionCreatedSocketMessage : ISocketResponse
|
||||
{
|
||||
public SocketAction Action { get; }
|
||||
|
||||
public SessionCreatedSocketMessage()
|
||||
{
|
||||
Action = SocketAction.SessionCreated;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user