namespace ENet { public static class ErrorCode { public const int ClientDisconnect = 1; } }