소켓 인증에 필요한 정보 인터페이스입니다.

interface SocketAuth {
    playerId: string;
    roomId: string;
}

Properties

Properties

playerId: string

플레이어 식별자

roomId: string

방 식별자