コード例 #1
0
 public IPromise <IList <TurnEvent> > ShowCardsForRevival()
 {
     return(cardDisplay.DisplayForCardRevival(cards));
 }