Beispiel #1
0
 void Start()
 {
     xmlAcc = XmlAccesseur.getInstance();
     scores = new List <ScoreSaveObject>();
 }
 // Use this for initialization
 void Start()
 {
     xmlAcc       = XmlAccesseur.getInstance();
     enTete.text += " " + score.score.ToString();
 }