132133134135136137138
send(new YourTurnPkt(YourTurnPkt.BID)); } public void yourTurnToPass( int howmany, int who ) { send(new PassNotifyPkt(howmany,who)); }