void Awake()
    {
        Instance = this;

        // Create the text label in the scene
        // CreateLabel();
    }
Ejemplo n.º 2
0
 void Awake()
 {
     Instance = this;
 }