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