TournyParticipant : IComparable
(ctor) TournyParticipant( ArrayList players )
(ctor) TournyParticipant( Mobile owner )
int FreeAdvances( get; set; )
ArrayList Log( get; set; )
string NameList( get; )
ArrayList Players( get; set; )
int TotalLadderXP( get; )
void AddLog( string text )
void AddLog( string format, object[] args )
virtual int CompareTo( object obj )
void LostMatch( TournyMatch match )
void WonMatch( TournyMatch match )