public void action4_AddNewPlayer(Dictionary <string, object> args) { string player = (string)args["player"]; rpanel.addNewObj(player); }