Esempio n. 1
0
 public void Select()
 {
     selected = true;
     Fan.Select();
     graphics.color = selectedColor;
     GameOverlay.Instance.RotationSlider.normalizedValue = currentAngle;
     GameOverlay.Instance.SelectFan();
     //        tooltipView.Show();
 }