/**
 * 玩家选定牌
 */
export interface game_pokqznnHandler_s_playerSelectedCard {
    /** 座位号 */
    seatId: number;
}