Exemplo n.º 1
0
 public static bool DefaultCaptureCondition(Bystander card, GameEngine game, Villain villain, List <Card> source) => true;
Exemplo n.º 2
0
 public static void DefaultCapture(Bystander card, GameEngine game, Villain villain, List <Card> source)
 {
     throw new NotImplementedException();
 }