public PossibleMovesService(AttacksService attacksService, HyperbolaQuintessence hyperbolaQuintessence)
 {
     AttacksService        = attacksService;
     HyperbolaQuintessence = hyperbolaQuintessence;
     MultiThreadKingSafety = false;
 }
Exemplo n.º 2
0
 public AttacksService(HyperbolaQuintessence hyperbolaQuintessence)
 {
     HyperbolaQuintessence = hyperbolaQuintessence;
 }