This commit is contained in:
2023-05-14 18:55:19 -05:00
parent 257504fa72
commit 809ca92c8a
13 changed files with 130 additions and 24 deletions

View File

@@ -14,11 +14,14 @@ public class Session
}
public string Name { get; }
public ShogiBoard Board { get; }
/// <summary>
/// The User.Id of the player which created the session.
/// </summary>
public string Player1 { get; }
/// <summary>
/// The User.Id of the second player.
/// </summary>