Exemple #1
0
 void Awake()
 {
     if (!instance)
     {
         instance = this;
     }
 }
	void Awake(){
		if (!instance)
			instance = this;
		
	}