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