Exemplo n.º 1
0
 public Oponent(OponentAI ai) : base(ai.GetHand())
 {
     this.oponentAI = ai;
 }