public void DodgeLeftward() { if (direct == Direct.FaceLeft) { characterStatus.DodgeForward(); } else { characterStatus.DodgeBackward(); } }