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