fix: bug E, guess what ? It was a majs
continuous-integration/drone/push Build is passing Details

Popup_qui_marche_pas
Jade VAN BRABANDT 2 years ago
parent b03d960a77
commit 7dc3b5293e

@ -9,10 +9,11 @@ namespace Model
{
internal class GameHandler
{
public List<Game> gamesList
public List<Game> GamesList
{
get { return gamesList; }
}
List<Game> gamesList;
public GameHandler()
{
List<Game> gamesList = new List<Game>();

Loading…
Cancel
Save