Exemple #1
0
 public void DealCards(int count)
 {
     Debug.Log("PlayerSC.DealCards firing");
     deckSC.DealCards(count);
 }