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