[FIX] fixed merge conflicts

This commit is contained in:
Sem van der Hoeven
2020-10-21 20:56:38 +02:00
9 changed files with 94 additions and 32 deletions

View File

@@ -18,6 +18,5 @@ namespace SharedClientServer
Array.Copy(stringAsBytes, 0, res, 1, stringAsBytes.Length);
return res;
}
}
}

View File

@@ -10,6 +10,7 @@ namespace SharedClientServer
private string _username;
private int _score;
private bool _host;
private string _message;
[JsonConstructor]
public User(string username, int score, bool host)