コード例 #1
0
 public PossibleMovesService(AttacksService attacksService, HyperbolaQuintessence hyperbolaQuintessence)
 {
     AttacksService        = attacksService;
     HyperbolaQuintessence = hyperbolaQuintessence;
     MultiThreadKingSafety = false;
 }
コード例 #2
0
 public AttacksService(HyperbolaQuintessence hyperbolaQuintessence)
 {
     HyperbolaQuintessence = hyperbolaQuintessence;
 }