# Class: Team
• Team()
队伍信息
# Properties
# Optional gameMode
• gameMode? : number
游戏模式
Returns: number
# Optional ownerOpenId
• ownerOpenId? : string
队长openId
Returns: string
# Optional teamId
• teamId? : Long
队伍id
Returns: Long
# teamPlayerList
• teamPlayerList: Player[]
当前队伍成员列表
Returns: Player[]
← Player GameModeInfo →