struct SChallengeInfo { string Name; string FileName; string Author; string Environnement; string Mood; int BronzeTime; int SilverTime; int GoldTime; int AuthorTime; int CopperPrice; bool LapRace; }
struct SPlayerRanking { string Login; string NickName; int PlayerId; int Rank; int BestTime; int[] BestCheckpoints; int Score; int NbrLapsFinished; double LadderScore; }