void Awake() {
		_instance = this;
	}
Example #2
0
 void Awake()
 {
     _instance = this;
 }