yep
This commit is contained in:
10
Gameboard.ShogiUI.Sockets.ServiceModels/Api/PostSession.cs
Normal file
10
Gameboard.ShogiUI.Sockets.ServiceModels/Api/PostSession.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Gameboard.ShogiUI.Sockets.ServiceModels.Api
|
||||
{
|
||||
public class PostSession
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Player1 { get; set; }
|
||||
public string Player2 { get; set; }
|
||||
public bool IsPrivate { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user