onPlayRunRightAnimation method

void onPlayRunRightAnimation()

Implementation

void onPlayRunRightAnimation() {
  animation?.play(SimpleAnimationEnum.runRight);
}