Matching Result Team Info
data class MatchingResultTeamInfo(var teamIndex: Int = -1, var playerInfos: ArrayList<MatchMaking.MatchingResultPlayerInfo> = ArrayList())
Hive 매치 메이킹 서버에서 반환한 매칭된 팀 정보
Matched team information returned by the Hive match making server
Constructors
Link copied to clipboard
constructor(teamIndex: Int = -1, playerInfos: ArrayList<MatchMaking.MatchingResultPlayerInfo> = ArrayList())