void shortPunchAnimation(bool shortAnimation) { if (shortAnimation) { graphics.ShortPunch(); } else { graphics.LongPunch(); } }