Made NetCommand public.
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
namespace ErgometerLibrary
|
namespace ErgometerLibrary
|
||||||
{
|
{
|
||||||
class NetCommand
|
public class NetCommand
|
||||||
{
|
{
|
||||||
public enum CommandType { LOGIN, DATA, CHAT, LOGOUT };
|
public enum CommandType { LOGIN, DATA, CHAT, LOGOUT };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user