ClientVersion : IComparable, IComparer
(static) bool AllowGod( get; set; )
(static) bool AllowRegular( get; set; )
(static) bool AllowUOTD( get; set; )
(static) TimeSpan KickDelay( get; set; )
(static) ClientVersion Required( get; set; )
(static) int Compare( ClientVersion a, ClientVersion b )
(static) bool IsNull( object x )
(ctor) ClientVersion( string fmt )
(ctor) ClientVersion( int maj, int min, int rev, int pat, ClientType type )
int Major( get; )
int Minor( get; )
int Patch( get; )
int Revision( get; )
string SourceString( get; )
ClientType Type( get; )
virtual int Compare( object x, object y )
virtual int CompareTo( object obj )
virtual bool Equals( object obj )
virtual int GetHashCode()
virtual string ToString()