before deleting Rules
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using Gameboard.ShogiUI.Sockets.ServiceModels.Socket.Interfaces;
|
||||
using Gameboard.ShogiUI.Sockets.ServiceModels.Socket.Types;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Gameboard.ShogiUI.Sockets.ServiceModels.Socket.Messages
|
||||
{
|
||||
@@ -12,7 +11,7 @@ namespace Gameboard.ShogiUI.Sockets.ServiceModels.Socket.Messages
|
||||
|
||||
public class LoadGameResponse : IResponse
|
||||
{
|
||||
public string Action { get; private set; }
|
||||
public string Action { get; }
|
||||
public Game Game { get; set; }
|
||||
public BoardState BoardState { get; set; }
|
||||
public string Error { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user