SwiftlyS2

IOnClientSteamAuthorizeFailEvent

Interface IOnClientSteamAuthorizeFailEvent

Namespace: SwiftlyS2.Shared.Events

Assembly: SwiftlyS2.CS2.dll

Called when a client's Steam authorization fails.

public interface IOnClientSteamAuthorizeFailEvent

Properties

PlayerId

The player ID of the client that failed to authorize.

int PlayerId { get; }
Property Value

On this page