Exemplo n.º 1
0
 void Start()
 {
     Lage  = transform.position;
     Sofie = SophieControll.Instance();
     Sprechblase.SetActive(false);
     // GameObject[] Sortiment = { Kauf0, Kauf1, Kauf2, Kauf3, Kauf4, Kauf5 };
 }
Exemplo n.º 2
0
 public static SophieControll Instance()
 {
     if (!mySo)
     {
         mySo = FindObjectOfType(typeof(SophieControll)) as SophieControll;
     }
     return(mySo);
 }