Exemple #1
0
 public bool EsPosibleMover(int x, int y, int xmax, int ymax)
 {
     return(nivelActual.EsPosibleMover(x, y, xmax, ymax));
 }