Exemplo n.º 1
0
 private void BuildBoard()
 {
     _listings = ThemeParser.GetPropertyListing();
     foreach (PropertyListing p in _listings.Values)
     {
         MakeProperty(p);
     }
     OnGameBuilt(new GameBoardBuiltEventArgs());
 }