Click or drag to resize

MatchRoomKickMessageT Constructor (Int64, UID)

Namespace:  SoftGear.Strix.Client.Match.Room.Message
Assembly:  strix-client-csharp-match (in strix-client-csharp-match.dll) Version: 2.3.0
Syntax
C#
public MatchRoomKickMessage(
	long roomId,
	UID kickedPlayerUid
)

Parameters

roomId
Type: SystemInt64
kickedPlayerUid
Type: SoftGear.Strix.Client.CoreUID
See Also