Exemple #1
0
 public Boolean IsBlocked(int X, int Y, bool lastTile)
 {
     return(UserItem.IsBlocked(X, Y, lastTile));
 }
Exemple #2
0
 public bool IsBlocked(int x, int y, bool lastTile) => UserItem.IsBlocked(x, y, lastTile);
Exemple #3
0
 public bool IsBlocked(int x, int y, bool lastTile)
 {
     return(UserItem.IsBlocked(x, y, lastTile));
 }