117118119120121122123
send(new TrickPkt(whoWonTrick)); } public void dealHand( PileOfCards h ) { send(new DealPkt(h)); }