checkpoint
This commit is contained in:
@@ -6,7 +6,10 @@ namespace Gameboard.ShogiUI.Sockets.ServiceModels.Api
|
||||
public class GetSessionResponse
|
||||
{
|
||||
public Game Game { get; set; }
|
||||
public WhichPlayer PlayerPerspective { get; set; }
|
||||
/// <summary>
|
||||
/// The perspective on the game of the requesting user.
|
||||
/// </summary>
|
||||
public WhichPerspective PlayerPerspective { get; set; }
|
||||
public BoardState BoardState { get; set; }
|
||||
public IList<Move> MoveHistory { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user