This commit is contained in:
SCM6WE
2021-09-23 12:55:31 +02:00
parent 3a90f26262
commit be4eada18a
3 changed files with 74 additions and 39 deletions

View File

@@ -11,12 +11,7 @@ namespace PolyChat.Models
public string Content;
public DateTime TimeStamp;
public readonly bool Foreign;
public ChatMessage()
{
}
/// <summary>
/// Create own Message (directly sent)
/// </summary>