Move from the hand.
This commit is contained in:
13
Shogi.Contracts/Socket/ISocketMessage.cs
Normal file
13
Shogi.Contracts/Socket/ISocketMessage.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Shogi.Contracts.Types;
|
||||
|
||||
namespace Shogi.Contracts.Socket;
|
||||
|
||||
public interface ISocketMessage
|
||||
{
|
||||
SocketAction Action { get; }
|
||||
}
|
||||
|
||||
public class SocketResponse : ISocketMessage
|
||||
{
|
||||
public SocketAction Action { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user