document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. case TileCollider.Impassable:
  2.     HandleSquareCollision(ref positionOffset, topLeftOld, bottomRightOld,
  3.         new Vector2(x, y), new Vector2(x + 1, y + 1));
  4.     break;
');