XblTournamentTeamResult
代表多人游戏的团队结果。 已弃用。 未来的版本中将删除此结构。
语法
typedef struct XblTournamentTeamResult {
const char* Team;
XblTournamentGameResultWithRank GameResult;
} XblTournamentTeamResult
成员
Team
类型: const char*
团队的名称。
GameResult
类型:XblTournamentGameResultWithRank
游戏结果。
要求
头文件:multiplayer_c.h