Esempio n. 1
0
 /// <summary>
 /// Called from GUI
 ///
 /// Also from GUI on Show_Invent_Item_Small_Med_3_Text
 /// </summary>
 public void ShowSpecs()
 {
     ClickAndHideAll();
     _finance.ShowSpecs();
     Program.gameScene.TutoStepCompleted("Spec.Tuto");
     _help.text = "Bulletin/Prod/Spec \n" + Languages.ReturnString("Help.Bulletin/Prod/Spec");
 }