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