Esempio n. 1
0
 static void Main(string[] args)
 {
     world = new World();
     Testing t = new Testing();
     t.playerTesting();
     t.eggTesting();
     program = new Program();
     program.startMenu();
 }