void Awake()
 {
     // When the game object is created set the instance to the current script
     Instance = this;
 }
	void Awake()
	{
		// When the game object is created set the instance to the current script
		Instance = this;
	}