Example #1
0
 public BasicAI(IAIRepository aIRepository)
 {
     _aIRepository = aIRepository;
     aIHub         = new AIHub(this);
     Id            = aIHub.GetId();
     game          = new Game();
 }
Example #2
0
 public AIBusi(IAIRepository aiRepository)
 {
     _aiRepository = aiRepository;
 }