Пример #1
0
 void Start()
 {
     Debug.Log("GAMEPLAY");
     if (instance == null)
     {
         instance = this;
     }
     SwitchQuestion();
 }
Пример #2
0
 void Start()
 {
     Debug.Log("GAMEPLAY");
     if (instance == null) instance = this;
     SwitchQuestion();
 }