コード例 #1
0
ファイル: DataStore.cs プロジェクト: xpaperclip/lpcarnotools
        public void AccumulateParticipants(string page)
        {
            string wikicode = LiquipediaClient.GetWikicode(page);

            playerInfoMap.Merge(CarnoService.GetPlayerInfoFromParticipants(this, wikicode), true);
        }
コード例 #2
0
ファイル: DataStore.cs プロジェクト: xpaperclip/lpcarnotools
        public void Accumulate(string page)
        {
            string wikicode = LiquipediaClient.GetWikicode(page);

            CarnoService.ProcessWikicode(wikicode, this);
        }