internal TestChatManagerCallback()
 {
     this.responseInitGame           = false;
     this.responseNotifyJoinedPlayer = "";
     this.responseNotifyLeftPlayer   = "";
     this.responseNotifyMessage      = null;
     this.responseNumberPlayers      = 0;
 }
 public void NotifyMessage(Message message)
 {
     this.responseNotifyMessage = message;
 }