squash a bunch of commits
This commit is contained in:
10
Shogi.Contracts/Types/Session.cs
Normal file
10
Shogi.Contracts/Types/Session.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Shogi.Contracts.Types
|
||||
{
|
||||
public class Session
|
||||
{
|
||||
public string Player1 { get; set; }
|
||||
public string? Player2 { get; set; }
|
||||
public string SessionName { get; set; }
|
||||
public BoardState BoardState { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user