Beispiel #1
0
 private void PubSubClient_OnEmoteOnly(object sender, TwitchLib.PubSub.Events.OnEmoteOnlyArgs e)
 {
     Utilities.Log("PubSubClient_OnEmoteOnly");
     this.eventsManager?.OnEmoteOnlyOnEvent(e);
 }
Beispiel #2
0
 private void OnEmoteOnly(object sender, TwitchLib.PubSub.Events.OnEmoteOnlyArgs e)
 {
     throw new System.NotImplementedException();
 }