Esempio n. 1
0
 public override void Init()
 {
     op.Load();
     Board.SetUp(op.boardType, a, b, op.noPlayers);
     op.Save();
 }