Example #1
0
 public BoardInter(BoardsCollection myboards)
 {
     this.myboards = myboards;
     currBoard     = myboards.getBoardAt(0); //assuming the boards manager makes sure
                                             //there is at least 1 board in collection
 }