MatchingResultPlayerInfo

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

Constructors

Link copied to clipboard
constructor(jsonData: JSONObject?)
constructor(playerId: Long = 0, point: Int = 0, extraData: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var point: Int