Ejemplo n.º 1
0
 public void SendData(EventContainer.EventType subscriberGroup, Dictionary <string, object> dict)
 {
     SendData(subscriberGroup, JsonConvert.SerializeObject(dict));
 }
Ejemplo n.º 2
0
 public static bool IsJoust(this EventContainer.EventType eventType)
 {
     return(eventType is EventContainer.EventType.joust_speed or EventContainer.EventType.defensive_joust);
 }