{"in":{"data":"public enum TaskType\n{\n\t// Course 1 Task Types\n\tC1_FlipThenHotdog = 0,\n\tC1_CloudFlips = 1,\n\tC1_Fly2Seconds = 2,\n\tC1_Fly5Seconds = 3,\n\tC1_Fly10Seconds = 4,\n\tC1_OverTheBench = 5,\n\tC1_IceCream = 6,\n\tC1_Backflip = 7,\n\tC1_FrontFlip = 8,\n\tC1_TwoFrontFlipsThenFountain = 9,\n\tC1_PILOTEER = 10,\n\tC1_Entire = 11,\n\tC1_Hoops1 = 12,\n\tC1_Hoops2 = 13,\n\tC1_Hoops3 = 14,\n\tC1_FlyLeft = 15,\n\tC1_Newspaper = 16,\n\tC1_ToTheSky = 17,\n\tC1_LifeguardTest = 18,\n\tC1_JustInTime = 19,\n\n\t// Course 2 Task Types\n\tC2_LandOnCar = 20,\n\tC2_Entire = 21,\n\tC2_FallFlip = 22,\n\tC2_PILOTEER = 23,\n\tC2_1Bird = 24,\n\tC2_2Birds = 25,\n\tC2_5Birds = 26,\n\tC2_CarToBoatInUnder7 = 27,\n\tC2_BenchToBench = 28,\n\tC2_BenchToDock1 = 29,\n\tC2_BenchToDock2 = 30,\n\tC2_Hoops1 = 31,\n\tC2_Hoops2 = 32,\n\tC2_Hoops3 = 33,\n\tC2_FlipsOnBuoy = 34,\n\tC2_BenchTreeDockWithFlips = 35,\n\tC2_PolesDockCarWithFlips = 36,\n\tC2_MailToDockInUnder10 = 37,\n\tC2_BoatPolesBuoyWithWaterTouches = 38,\n\tC2_MailToBoatOver6Under7 = 39,\n\n\t// Course 3 Task Types\n\tC3_PlaneToBuoyWithFlipInUnder4 = 40,\n\tC3_TrashcanToBalloonToCarInUnder12 = 41,\n\tC3_EastBenchToFerrisUnder3 = 42,\n\tC3_BoatToBalloonInUnder10 = 43,\n\tC3_BoatToPlaneToCarInUnder15 = 44,\n\tC3_BenchToBenchInOver8Under9 = 45,\n\tC3_LandOnPlane = 46,\n\tC3_LandOnBoat = 47,\n\tC3_BenchToPlaneToBoatToDockWithFlipsAndWaterTouches = 48,\n\tC3_BenchToTrashcanToTurbine = 49,\n\tC3_BalloonToFerrisInUnder3 = 50,\n\tC3_DockToCarToBalloonToPlane = 51,\n\tC3_Entire = 52,\n\tC3_FerrisToWaterToFerris = 53,\n\tC3_Hoops1 = 54,\n\tC3_Hoops2 = 55,\n\tC3_Hoops3 = 56,\n\tC3_FerrisToDockWith10Birds = 57,\n\tC3_PILOTEER = 58,\n\tC3_OverTheHill = 59,\n\n\t// Course Training Task Types\n\tCTraining_BasicFlight = 60,\n\tCTraining_ExtendedFlight = 61,\n\tCTraining_PrecisionLanding = 62,\n\tCTraining_PrecisionLandingWithCrash = 63,\n\tCTraining_DirectionChange = 64,\n\tCTraining_SuccessiveLandings = 65,\n\tCTraining_FlyHigher = 66,\n\tCTraining_PrecisionMovements = 67,\n\tCTraining_FrontFlip = 68,\n\tCTraining_BackFlip = 69,\n\n\tNONE = 70\n}\n","type":"cs"},"out":{"data":"public static class LocalizationTerms\n{\n\t// Course 1 Terms\n\tpublic const string C1_FLIPTHENHOTDOG = \"C1_FlipThenHotdog\";\n\tpublic const string C1_CLOUDFLIPS = \"C1_CloudFlips\";\n\tpublic const string C1_FLY2SECONDS = \"C1_Fly2Seconds\";\n\tpublic const string C1_FLY5SECONDS = \"C1_Fly5Seconds\";\n\tpublic const string C1_FLY10SECONDS = \"C1_Fly10Seconds\";\n\tpublic const string C1_OVERTHEBENCH = \"C1_OverTheBench\";\n\tpublic const string C1_ICECREAM = \"C1_IceCream\";\n\tpublic const string C1_BACKFLIP = \"C1_Backflip\";\n\tpublic const string C1_FRONTFLIP = \"C1_FrontFlip\";\n\tpublic const string C1_TWOFRONTFLIPSTHENFOUNTAIN = \"C1_TwoFrontFlipsThenFountain\";\n\tpublic const string C1_PILOTEER = \"C1_PILOTEER\";\n\tpublic const string C1_ENTIRE = \"C1_Entire\";\n\tpublic const string C1_HOOPS1 = \"C1_Hoops1\";\n\tpublic const string C1_HOOPS2 = \"C1_Hoops2\";\n\tpublic const string C1_HOOPS3 = \"C1_Hoops3\";\n\tpublic const string C1_FLYLEFT = \"C1_FlyLeft\";\n\tpublic const string C1_NEWSPAPER = \"C1_Newspaper\";\n\tpublic const string C1_TOTHESKY = \"C1_ToTheSky\";\n\tpublic const string C1_LIFEGUARDTEST = \"C1_LifeguardTest\";\n\tpublic const string C1_JUSTINTIME = \"C1_JustInTime\";\n\n\t// Course 2 Terms\n\tpublic const string C2_LANDONCAR = \"C2_LandOnCar\";\n\tpublic const string C2_ENTIRE = \"C2_Entire\";\n\tpublic const string C2_FALLFLIP = \"C2_FallFlip\";\n\tpublic const string C2_PILOTEER = \"C2_PILOTEER\";\n\tpublic const string C2_1BIRD = \"C2_1Bird\";\n\tpublic const string C2_2BIRDS = \"C2_2Birds\";\n\tpublic const string C2_5BIRDS = \"C2_5Birds\";\n\tpublic const string C2_CARTOBOATINUNDER7 = \"C2_CarToBoatInUnder7\";\n\tpublic const string C2_BENCHTOBENCH = \"C2_BenchToBench\";\n\tpublic const string C2_BENCHTODOCK1 = \"C2_BenchToDock1\";\n\tpublic const string C2_BENCHTODOCK2 = \"C2_BenchToDock2\";\n\tpublic const string C2_HOOPS1 = \"C2_Hoops1\";\n\tpublic const string C2_HOOPS2 = \"C2_Hoops2\";\n\tpublic const string C2_HOOPS3 = \"C2_Hoops3\";\n\tpublic const string C2_FLIPSONBUOY = \"C2_FlipsOnBuoy\";\n\tpublic const string C2_BENCHTREEDOCKWITHFLIPS = \"C2_BenchTreeDockWithFlips\";\n\tpublic const string C2_POLESDOCKCARWITHFLIPS = \"C2_PolesDockCarWithFlips\";\n\tpublic const string C2_MAILTODOCKINUNDER10 = \"C2_MailToDockInUnder10\";\n\tpublic const string C2_BOATPOLESBUOYWITHWATERTOUCHES = \"C2_BoatPolesBuoyWithWaterTouches\";\n\tpublic const string C2_MAILTOBOATOVER6UNDER7 = \"C2_MailToBoatOver6Under7\";\n\n\t// Course 3 Terms\n\tpublic const string C3_PLANETOBUOYWITHFLIPINUNDER4 = \"C3_PlaneToBuoyWithFlipInUnder4\";\n\tpublic const string C3_TRASHCANTOBALLOONTOCARINUNDER12 = \"C3_TrashcanToBalloonToCarInUnder12\";\n\tpublic const string C3_EASTBENCHTOFERRISUNDER3 = \"C3_EastBenchToFerrisUnder3\";\n\tpublic const string C3_BOATTOBALLOONINUNDER10 = \"C3_BoatToBalloonInUnder10\";\n\tpublic const string C3_BOATTOPLANETOCARINUNDER15 = \"C3_BoatToPlaneToCarInUnder15\";\n\tpublic const string C3_BENCHTOBENCHINOVER8UNDER9 = \"C3_BenchToBenchInOver8Under9\";\n\tpublic const string C3_LANDONPLANE = \"C3_LandOnPlane\";\n\tpublic const string C3_LANDONBOAT = \"C3_LandOnBoat\";\n\tpublic const string C3_BENCHTOPLANETOBOATTODOCKWITHFLIPSANDWATERTOUCHES = \"C3_BenchToPlaneToBoatToDockWithFlipsAndWaterTouches\";\n\tpublic const string C3_BENCHTOTRASHCANTOTURBINE = \"C3_BenchToTrashcanToTurbine\";\n\tpublic const string C3_BALLOONTOFERRISINUNDER3 = \"C3_BalloonToFerrisInUnder3\";\n\tpublic const string C3_DOCKTOCARTOBALLOONTOPLANE = \"C3_DockToCarToBalloonToPlane\";\n\tpublic const string C3_ENTIRE = \"C3_Entire\";\n\tpublic const string C3_FERRISTOWATERTOFERRIS = \"C3_FerrisToWaterToFerris\";\n\tpublic const string C3_HOOPS1 = \"C3_Hoops1\";\n\tpublic const string C3_HOOPS2 = \"C3_Hoops2\";\n\tpublic const string C3_HOOPS3 = \"C3_Hoops3\";\n\tpublic const string C3_FERRISTODOCKWITH10BIRDS = \"C3_FerrisToDockWith10Birds\";\n\tpublic const string C3_PILOTEER = \"C3_PILOTEER\";\n\tpublic const string C3_OVERTHEHILL = \"C3_OverTheHill\";\n\n\t// Course Training Terms\n\tpublic const string CTRAINING_BASICFLIGHT = \"CTraining_BasicFlight\";\n\tpublic const string CTRAINING_EXTENDEDFLIGHT = \"CTraining_ExtendedFlight\";\n\tpublic const string CTRAINING_PRECISIONLANDING = \"CTraining_PrecisionLanding\";\n\tpublic const string CTRAINING_PRECISIONLANDINGWITHCRASH = \"CTraining_PrecisionLandingWithCrash\";\n\tpublic const string CTRAINING_DIRECTIONCHANGE = \"CTraining_DirectionChange\";\n\tpublic const string CTRAINING_SUCCESSIVELANDINGS = \"CTraining_SuccessiveLandings\";\n\tpublic const string CTRAINING_FLYHIGHER = \"CTraining_FlyHigher\";\n\tpublic const string CTRAINING_PRECISIONMOVEMENTS = \"CTraining_PrecisionMovements\";\n\tpublic const string CTRAINING_FRONTFLIP = \"CTraining_FrontFlip\";\n\tpublic const string CTRAINING_BACKFLIP = \"CTraining_BackFlip\";\n}\n","type":"cs"},"client":"0.5.0"}