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