internal PollMessageEventArgs(string cmd, string arg, HockeyChat chat, int replyId) { Cmd = cmd; Arg = arg; Chat = chat; ReplyId = replyId; }
internal AdminMessageEventArgs(string command, HockeyChat chat, Player currentPlayer, HockeyPoll currentPoll) { Command = command; Chat = chat; CurrentPlayer = currentPlayer; CurrentPoll = currentPoll; }