Exemplo n.º 1
0
 protected Card CreateCard(Player owner, string cardID)
 {
     return null;
 }
Exemplo n.º 2
0
 public Card(Player owner)
 {
     this.Owner = owner;
     //Behaviors = new Behaviors(this);
 }