Modif de la classe Game

Popup_qui_marche_pas
Anthony RICHARD 2 years ago
parent ed54864fa8
commit 59a64a71df

@ -41,7 +41,16 @@ namespace Model
}
private int year;
public string[] Tags;
public string[] Tags
{
get { return tags; }
set
{
if (tags.Length != 3) return;
tags = value;
}
}
private string[] tags;
public List<Review> Reviews { get; }

Loading…
Cancel
Save