Exemplo n.º 1
0
 public void NewGame()
 {
     _table    = new AmongUsTable();
     _gameTime = 0;
     GenerateFields();
     OnGameCreated();
 }
Exemplo n.º 2
0
 public AmongUsModel()
 {
     _table = new AmongUsTable();
 }