IOnClientPutInServerEvent
Interface IOnClientPutInServerEvent
Namespace: SwiftlyS2.Shared.Events
Assembly: SwiftlyS2.CS2.dll
Called when a client is put in the server.
public interface IOnClientPutInServerEventProperties
Kind
The kind of client that was put in the server.
ClientKind Kind { get; }Property Value
PlayerId
The player ID of the client that was put in the server.
int PlayerId { get; }Property Value