Exemple #1
0
 public void RemoveCard(IPlayCard i_card_to_remove)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public IPlayCard Respond(IPlayCard i_card_to_respond_to)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public void PlayCard(IPlayCard i_card_played, IPlayCard i_secondary_card = null)
 {
     throw new NotImplementedException();
 }