public static bool IsCenteredOn(this Vector3 position, Tile tile, Vector3 direction) { return tile.IsCenteredOnTile(position, direction); }
protected bool Equals(Tile other) { return Row == other.Row && Column == other.Column; }