Added BoardcastMessage, Username Changed event via Broadcast, remove json parsing from ChatMessage

This commit is contained in:
Patrick Hellebrand
2021-09-23 10:56:10 +02:00
committed by Felix Hartmann (PEA3-Fe-FI)
parent fb098db63d
commit 7e5883d761
4 changed files with 33 additions and 25 deletions

View File

@@ -24,5 +24,10 @@ namespace PolyChat.Models
{
Messages.Add(message);
}
public void SetName(string name)
{
Name = name;
}
}
}