create, read, playercount
This commit is contained in:
@@ -6,12 +6,11 @@ public class Session
|
||||
{
|
||||
public Session(
|
||||
string name,
|
||||
string player1Name,
|
||||
ShogiBoard board)
|
||||
string player1Name)
|
||||
{
|
||||
Name = name;
|
||||
Player1 = player1Name;
|
||||
Board = board;
|
||||
Board = new(BoardState.StandardStarting);
|
||||
}
|
||||
|
||||
public string Name { get; }
|
||||
|
||||
Reference in New Issue
Block a user