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