Exemplo n.º 1
0
 public HoverEvent(ActionEnum action, ChatComponent value)
 {
     Action = action;
     Value  = value;
 }
Exemplo n.º 2
0
 public ChatRoot(ChatComponent root)
 {
     Root = root;
 }