Beispiel #1
0
 private void PubSubClient_OnEmoteOnlyOff(object sender, TwitchLib.PubSub.Events.OnEmoteOnlyOffArgs e)
 {
     Utilities.Log("PubSubClient_OnEmoteOnlyOff");
     this.eventsManager?.OnEmoteOnlyOffEvent(e);
 }
Beispiel #2
0
 private void OnEmoteOnlyOff(object sender, TwitchLib.PubSub.Events.OnEmoteOnlyOffArgs e)
 {
     throw new System.NotImplementedException();
 }