예제 #1
0
 protected override async Task ActAsync(IActionHost host)
 {
     host.AddCoins(2);
     if (await host.YesNo("Chancellor", "Do you want to put your deck into your discard pile?"))
     {
         host.DiscardEntireDeck();
     }
 }