示例#1
0
        public void Run(string gachaId, bool sequence)
        {
            var result = GachaResult(gachaId, sequence);

            InfoPrinter.PrintGachaResult(result, _client.ViewModel);
            InfoUpdater.UpdateGachaResult(result, _client.ViewModel);

            initGachaList();
        }