Exemplo n.º 1
0
 public IPromise <IList <TurnEvent> > ShowCardsForRevival()
 {
     return(cardDisplay.DisplayForCardRevival(cards));
 }