Exemplo n.º 1
0
 void Start()
 {
     Debug.Log("GAMEPLAY");
     if (instance == null)
     {
         instance = this;
     }
     SwitchQuestion();
 }
Exemplo n.º 2
0
 void Start()
 {
     Debug.Log("GAMEPLAY");
     if (instance == null) instance = this;
     SwitchQuestion();
 }