Table of Contents

KickPlayerAsync

Methods
public Task<bool> KickPlayerAsync(LobbyPlayer player)

Kick a Player from the active Lobby.

Parameters
Type Name Description
LobbyPlayer player

Player that will be kicked from the Lobby.

Returns
Type Description
Task<bool>