mapper class and delete old stuff
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Gameboard.ShogiUI.Sockets.ServiceModels.Socket
|
||||
{
|
||||
public class MoveResponse : IResponse
|
||||
public class MoveResponse : ISocketResponse
|
||||
{
|
||||
public string Action { get; }
|
||||
public string GameName { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user