Exemple #1
0
		protected MinionCard(string id, CardTypeOptions type) : base(id, type) { }
Exemple #2
0
 protected Card(string id, CardTypeOptions type)
 {
     Id   = id;
     Type = type;
 }
Exemple #3
0
		protected Card(string id, CardTypeOptions type)
		{
			Id = id;
			Type = type;
		}
Exemple #4
0
 protected MinionCard(string id, CardTypeOptions type) : base(id, type)
 {
 }