Example #1
0
 void DisCard()
 {
     player.AddDis(this.Name);
     player.RemoveHandCard(this);
     Trash(980, 540);
     Sort();
 }