Exemple #1
0
 public void exitMiniGame()
 {
     transform.position   = new Vector2(-28, 0);
     transform.localScale = bigShip;
     reparing             = false;
     MiniGameUI.HideControls();
 }