コード例 #1
0
 public void SelectReaction(IReactionCard reaction)
 {
     if (reaction == null)
         IsSatisfied = true;
     else
         reaction.React(_attackEffect, this.Player, _currentTurn);
 }
コード例 #2
0
 public void SelectReaction(IReactionCard reaction)
 {
     if (reaction == null)
     {
         IsSatisfied = true;
     }
     else
     {
         reaction.React(_attackEffect, this.Player, _currentTurn);
     }
 }