squash a bunch of commits
This commit is contained in:
9
Shogi.Contracts/Socket/ISocketRequest.cs
Normal file
9
Shogi.Contracts/Socket/ISocketRequest.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Shogi.Contracts.Types;
|
||||
|
||||
namespace Shogi.Contracts.Socket
|
||||
{
|
||||
public interface ISocketRequest
|
||||
{
|
||||
SocketAction Action { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user