Ejemplo n.º 1
0
 // -------
 public void AddNewMessage(Client.E_MessageType type, string text)
 {
     CombatInfo.Add(type, text);
 }