public PossibleMovesService(AttacksService attacksService, HyperbolaQuintessence hyperbolaQuintessence) { AttacksService = attacksService; HyperbolaQuintessence = hyperbolaQuintessence; MultiThreadKingSafety = false; }
public AttacksService(HyperbolaQuintessence hyperbolaQuintessence) { HyperbolaQuintessence = hyperbolaQuintessence; }