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