  | TeamTPlayer Constructor (TPlayer, Rating) | 
 [This is preliminary documentation and is subject to change.]
            Construct a team with a single player.
            
 
    Namespace: 
   Ruyi.SDK.Online
    Assembly:
   SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntaxpublic Team(
	TPlayer player,
	Rating rating
)
Parameters
- player
 - Type: TPlayer
The player in this team. - rating
 - Type: Ruyi.SDK.OnlineRating
The rating of the player to add. 
See Also