IOnClientVoiceEvent
Interface IOnClientVoiceEvent
Namespace: SwiftlyS2.Shared.Events
Assembly: SwiftlyS2.CS2.dll
Called when a client sends a voice packet.
public interface IOnClientVoiceEventProperties
PlayerId
The player ID of the client that sent a voice packet.
int PlayerId { get; }Property Value