Example #1
0
 protected Targeting(Controller controller, Card card, Dictionary <GameTag, int> tags) : base(controller.Game, card, tags)
 {
     Controller = controller;
 }
Example #2
0
 public Choice(Controller controller)
 {
     Controller = controller;
 }