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