Matching Result Player Info
data class MatchingResultPlayerInfo(var playerId: Long = 0, var point: Int = 0, var extraData: String = "")
Hive 매치 메이킹 서버에서 반환한 매칭된 유저 정보
Matched user information returned by the Hive match making server