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