Ejemplo n.º 1
0
    // Use this for initialization
    void Awake()
    {
        i = this;
        GameController.g = null;

        VerificaIdioma();
        AtualizaLista();
    }
Ejemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     i = this;
     AtualizaLista();
 }