// Use this for initialization
 void Awake()
 {
     SINGLETON = this;
 }
	// Use this for initialization
	void Awake () {
		SINGLETON = this;
	}