Ejemplo n.º 1
0
 public static void Write(ChatTypeE receiverType, ChatMessageTypeE type, ChatTypeE chatType, MsgE message, int gameId)
 {
     ChatClient.Instance.WriteLine(receiverType, type, chatType, message, gameId);
 }
Ejemplo n.º 2
0
 // write on your chat window
 private void WriteLine(ChatTypeE receiverType, ChatMessageTypeE type, ChatTypeE chatType, MsgE message, int gameId)
 {
     Write(receiverType, type, chatType, Msg.GetMsg(message), gameId);
 }