mapper class and delete old stuff
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
using Gameboard.ShogiUI.Sockets.ServiceModels.Types;
|
||||
using System;
|
||||
|
||||
namespace Gameboard.ShogiUI.Sockets.ServiceModels.Socket
|
||||
{
|
||||
public class CreateGameResponse : IResponse
|
||||
public class CreateGameResponse : ISocketResponse
|
||||
{
|
||||
public string Action { get; }
|
||||
public Session Game { get; set; }
|
||||
public SessionMetadata Game { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The player who created the game.
|
||||
|
||||
Reference in New Issue
Block a user