private void reception_click(object sender, RoutedEventArgs e)
        {
            receptionist receptionistWindwo = new receptionist();

            receptionistWindwo.Show();
            this.Close();
        }
Exemplo n.º 2
0
 void Start()
 {
     self             = this;
     reputation_score = 75;
     winhlerk.SetActive(false);
     loshlerk.SetActive(false);
     //InvokeRepeating("LowerScore", 5.0f, 5.0f);
 }