10 lines
198 B
C#
10 lines
198 B
C#
using Gameboard.ShogiUI.Sockets.ServiceModels.Socket;
|
|
|
|
namespace Gameboard.ShogiUI.Sockets.Services.Utility
|
|
{
|
|
public class Response : IResponse
|
|
{
|
|
public string Action { get; set; }
|
|
}
|
|
}
|