Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ChatHoverEvent"/> class with the specified parameters.
 /// </summary>
 /// <param name="action">Action type</param>
 /// <param name="value">The value of action</param>
 public ChatHoverEvent(HoverEventType action, JToken value)
 {
     Action = action;
     Value  = value;
 }
Ejemplo n.º 2
0
 public HoverEvent(HoverEventType EventType, Chat EventArgument)
 {
     this.EventType = EventType; this.EventArgument = EventArgument;
 }