Ejemplo n.º 1
0
    //------------------------------------ Starters

    void Awake()
    {
        if (!instance)
        {
            instance = this;
        }
    }
Ejemplo n.º 2
0
	//------------------------------------ Starters

	void Awake(){
		if (!instance)
			instance = this;
	}