Exemple #1
0
 public string[,] getBlueprint()
 {
     initBlueprint();
     return(BoardUtilities.flipStringTableCoord(blueprint));
 }