Example #1
0
 public void Fetch()
 {
     networkActionInProgress = true;
     isFetching = true;
     tasks.Fetch(OnRoarFetchTasksComplete);
 }
Example #2
0
 public void Fetch()
 {
     isFetching = true;
     tasks.Fetch(OnRoarFetchTasksComplete);
 }