checkpoint
This commit is contained in:
13
Gameboard.ShogiUI.Sockets.ServiceModels/Api/GetSession.cs
Normal file
13
Gameboard.ShogiUI.Sockets.ServiceModels/Api/GetSession.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Gameboard.ShogiUI.Sockets.ServiceModels.Types;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Gameboard.ShogiUI.Sockets.ServiceModels.Api
|
||||
{
|
||||
public class GetSessionResponse
|
||||
{
|
||||
public Game Game { get; set; }
|
||||
public WhichPlayer PlayerPerspective { get; set; }
|
||||
public BoardState BoardState { get; set; }
|
||||
public IList<Move> MoveHistory { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user