before deleting Rules
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Gameboard.ShogiUI.Sockets.ServiceModels.Socket.Messages
|
||||
|
||||
public class ListGamesResponse : IResponse
|
||||
{
|
||||
public string Action { get; private set; }
|
||||
public string Action { get; }
|
||||
public string Error { get; set; }
|
||||
public ICollection<Game> Games { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user