コード例 #1
0
ファイル: Program.cs プロジェクト: pareion/tamagotchi
 static void Main(string[] args)
 {
     world = new World();
     Testing t = new Testing();
     t.playerTesting();
     t.eggTesting();
     program = new Program();
     program.startMenu();
 }