Beispiel #1
0
 public void action5_ChatMessage(Dictionary <string, object> args)
 {
     rpanel.chat((int)args["index"], (string)args["message"]);
 }