Beispiel #1
0
 public void RotateRight()
 {
     _rotateRight?.Invoke();
 }
Beispiel #2
0
 public void RotateLeft()
 {
     _rotateLeft?.Invoke();
 }