Example #1
0
 public int At(int pX, int pY)
 {
     return(Board.At(pX, pY));
 }