diff --git a/Sources/Stim.Model/Game.cs b/Sources/Stim.Model/Game.cs index 064d046..4e2f6f3 100644 --- a/Sources/Stim.Model/Game.cs +++ b/Sources/Stim.Model/Game.cs @@ -19,7 +19,7 @@ namespace Model name = value; } } - private string? name; + private string name; public string Description { @@ -30,7 +30,7 @@ namespace Model description = value; } } - private string? description; + private string description; public int Year {