Example #1
0
 private void StopRightHandle(StopRightEvent e)
 {
     isRightMoving = false;
 }
Example #2
0
 private void StopRightHandle(StopRightEvent e)
 {
     inputData.IsRightMoving = false;
 }
Example #3
0
 private void StopRightHandle(StopRightEvent e)
 {
     movement.StopRight();
 }
Example #4
0
 private void StopRightHandle(StopRightEvent e)
 {
     legsAnimation.IsRightMoving = false;
 }
Example #5
0
 private void StopRightHandle(StopRightEvent e)
 {
     data.IsMoveRight = false;
 }
Example #6
0
 private void StopRightHandle(StopRightEvent e)
 {
     UpdatePlayerIfExist(player => player.IsMoveRight = false);
 }