Made NetCommand public.

This commit is contained in:
Aareschluchtje
2015-09-25 11:42:11 +02:00
parent 31dc7f0319
commit ce93db22b2
+1 -1
View File
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace ErgometerLibrary
{
class NetCommand
public class NetCommand
{
public enum CommandType { LOGIN, DATA, CHAT, LOGOUT };