Click or drag to resize

GameLiftManagerLobbyManagerAddPlayerToMatch Method

Adds a player to the match

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void AddPlayerToMatch(
	DataReceivedEventArgs _packet
)

Parameters

_packet
Type: DataReceivedEventArgs
The packet containing new player info
See Also