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