Exemplo n.º 1
0
 public ProvincialAI(BuyAgenda buyAgenda, string name = nameof(ProvincialAI))
 {
     this.buyAgenda = buyAgenda.Clone();
     this.name      = name;
 }