Example #1
0
 public static Cat[] GetCats(bool forceRefresh = false)
 {
     FindGod();
     return(TheOnlyGod.GetCats_(forceRefresh));
 }