private bool BottomBlockHit() { if (datamanager.BlockBelow(transform.position.x, spriteRender.bounds.min.y)) { if (IgnoreFirstTrue > 1) { //CurrentTimeOfLowerPortionOfBlockHit return(true); } IgnoreFirstTrue++; } return(false); }