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