Files
Shogi/Gameboard.ShogiUI.Sockets.ServiceModels/Socket/IResponse.cs

8 lines
134 B
C#

namespace Gameboard.ShogiUI.Sockets.ServiceModels.Socket
{
public interface ISocketResponse
{
string Action { get; }
}
}