Esempio n. 1
0
 bool IsMoveable(float x, float y)
 {
     return(TileLayer.GetCellMovability((int)Math.Floor(x), (int)Math.Floor(y)));
 }