public static XmlAccesseur getInstance() { if (instance == null) { instance = new XmlAccesseur(); } return(instance); }
void Start() { xmlAcc = XmlAccesseur.getInstance(); scores = new List <ScoreSaveObject>(); }
// Use this for initialization void Start() { xmlAcc = XmlAccesseur.getInstance(); enTete.text += " " + score.score.ToString(); }