Пример #1
0
 private void RightInput()
 {
     OccurredInput?.Invoke(Direction.Right);
 }
Пример #2
0
 private void LeftInput()
 {
     OccurredInput?.Invoke(Direction.Left);
 }