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