namespace CoreLibrary.Statistiques { public enum Statistique { PartieGagnee, PartiePerdue, PartieEgalite, CoupJoue } }