Esempio n. 1
0
 public GameBoard(PathFileInfo file) : this()
 {
     m_Path.CopyFrom(file);
     PathInit();
     ShuffleTile();
 }