Click or drag to resize

MultiProcessGameModeClient Constructor

Initializes a new instance of the MultiProcessGameModeClient class.

Namespace:  SampSharp.Core
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public MultiProcessGameModeClient(
	ICommunicationClient communicationClient,
	GameModeStartBehaviour startBehaviour,
	IGameModeProvider gameModeProvider,
	Encoding encoding
)

Parameters

communicationClient
Type: SampSharp.Core.Communication.ClientsICommunicationClient
The communication client to be used by the game mode client.
startBehaviour
Type: SampSharp.CoreGameModeStartBehaviour
The start method.
gameModeProvider
Type: SampSharp.CoreIGameModeProvider
The game mode provider.
encoding
Type: System.TextEncoding
The encoding to use when en/decoding text messages sent to/from the server.
See Also