Пример #1
0
    IEnumerator CheckForMatchs()
    {
        while (true)
        {
            yield return(new WaitForSeconds(waitForCheckDatabase));

            FindCheers.CheckForMatchs(userID);
        }
    }
Пример #2
0
 void OnEnable()
 {
     SelectUsers();
     FindCheers.CheckForMatchs(AppManeger.instance.userID);          // Run the dateBase to find mutualMatchs
 }