コード例 #1
0
        private async Task Load()
        {
            Progress = await LoadLocally();

            await cardStorage.CardCollectionImport;

            if (Progress == null)
            {
                Progress = new GameProgress();
            }
            Progress.AttachReferences(cardStorage);
            cardStorage.ResolvePrerequisites();
        }