| TeamTPlayerAddPlayer Method |
[This is preliminary documentation and is subject to change.]
Add a player to the team.
Namespace:
Ruyi.SDK.Online
Assembly:
SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax public Team<TPlayer> AddPlayer(
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.
Return Value
Type:
TeamTPlayerThe team after it has had the new player added.
See Also