private void LazyLoadMods() { if (mods != null || IsLoadingMods) { return; } IsLoadingMods = true; modDatabase.GetAllModsAsync(ModsLoadedCallback); }