void Awake()
    {
        Debug.Log("PossibleMatchesController awake");
        instance = this;

        waitPollTime = new WaitForSeconds(0.5f);
    }
	void Awake()
	{
		Debug.Log("PossibleMatchesController awake");
		instance = this;
		
		waitPollTime = new WaitForSeconds(0.5f);
	}