mapper class and delete old stuff
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Gameboard.ShogiUI.Sockets.ServiceModels.Socket
|
||||
public string GameName { get; set; } = "";
|
||||
}
|
||||
|
||||
public class JoinGameResponse : IResponse
|
||||
public class JoinGameResponse : ISocketResponse
|
||||
{
|
||||
public string Action { get; protected set; }
|
||||
public string GameName { get; set; }
|
||||
@@ -31,7 +31,7 @@ namespace Gameboard.ShogiUI.Sockets.ServiceModels.Socket
|
||||
}
|
||||
}
|
||||
|
||||
public class JoinByCodeResponse : JoinGameResponse, IResponse
|
||||
public class JoinByCodeResponse : JoinGameResponse, ISocketResponse
|
||||
{
|
||||
public JoinByCodeResponse()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user