onPlayRunDownLeftAnimation method
void
onPlayRunDownLeftAnimation()
Implementation
void onPlayRunDownLeftAnimation() {
if (animation?.canRunDownLeft == true) {
animation?.play(SimpleAnimationEnum.runDownLeft);
} else {
animation?.play(SimpleAnimationEnum.runLeft);
}
}