Exemplo n.º 1
0
    // Use this for initialization
    void Start()
    {
        questionNumber = 1;
        questionText   = gameObject.GetComponent <Text> ();
        setQuestionText();

        medalHandler = MedalHandler.Getinstance();
    }
Exemplo n.º 2
0
 void Start()
 {
     medalHandler = MedalHandler.Getinstance();
 }