diff --git a/ErgometerLibrary/NetCommand.cs b/ErgometerLibrary/NetCommand.cs index adab0f5..91c85ad 100644 --- a/ErgometerLibrary/NetCommand.cs +++ b/ErgometerLibrary/NetCommand.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; namespace ErgometerLibrary { - class NetCommand + public class NetCommand { public enum CommandType { LOGIN, DATA, CHAT, LOGOUT };