This commit is contained in:
2024-10-31 19:04:55 -05:00
parent fa1ad5f6d0
commit 9cd1ad8883
11 changed files with 48 additions and 70 deletions

View File

@@ -7,7 +7,7 @@ public class Session
/// <summary>
/// Email
/// </summary>
public string Player1 { get; set; }
public string Player1 { get; set; } = string.Empty;
/// <summary>
/// Email. Null if no second player exists.