8 lines
134 B
C#
8 lines
134 B
C#
namespace Gameboard.ShogiUI.Sockets.ServiceModels.Socket
|
|
{
|
|
public interface ISocketResponse
|
|
{
|
|
string Action { get; }
|
|
}
|
|
}
|