Пример #1
0
 public void ButtonFlip()
 {
     if (floatingPiece != null)
     {
         floatingPiece.Flip();
     }
 }