From ce93db22b2e061b88a34340d977139189036de94 Mon Sep 17 00:00:00 2001 From: Aareschluchtje Date: Fri, 25 Sep 2015 11:42:11 +0200 Subject: [PATCH] Made NetCommand public. --- ErgometerLibrary/NetCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };