[FIX] tests??

This commit is contained in:
Sem van der Hoeven
2020-10-23 22:04:36 +02:00
parent 0e6a2bab59
commit 27e70d1ec0
10 changed files with 78 additions and 51 deletions

View File

@@ -6,7 +6,7 @@ using System.Text;
namespace SharedClientServer
{
class User : IEquatable<User>
public class User : IEquatable<User>
{
private string _username;
private int _score;