void OnDestory(){
		_instance = null;
	}
	void Awake(){
		_instance = this;
	}