listOfConnectGames property

List listOfConnectGames
getter/setter pair

Implementation

static List listOfConnectGames = [
  GameTypes.bingo.text(),
  GameTypes.sortingPictures.text(),
  GameTypes.sortingCups.text(),
  GameTypes.dice.text(),
  GameTypes.xOut.text(),
  GameTypes.spelling.text(),
  GameTypes.spellingWord.text(),
  GameTypes.bingoArabic.text()
];